package androidx.media3.session;

import android.os.Bundle;
import defpackage.jr3;

/* JADX INFO: loaded from: classes.dex */
public final /* synthetic */ class f implements jr3 {
    public final /* synthetic */ int a;
    public final /* synthetic */ int b;

    public /* synthetic */ f(int i, int i2) {
        this.a = i2;
        this.b = i;
    }

    @Override // defpackage.jr3
    public final Object apply(Object obj) {
        switch (this.a) {
            case 0:
                return ConnectionState.lambda$fromBundle$0(this.b, (Bundle) obj);
            case 1:
                return ConnectionState.lambda$fromBundle$1(this.b, (Bundle) obj);
            case 2:
                return ConnectionState.lambda$fromBundle$2(this.b, (Bundle) obj);
            case 3:
                return MediaControllerStub.lambda$onSetMediaButtonPreferences$4(this.b, (Bundle) obj);
            default:
                return MediaControllerStub.lambda$onSetCustomLayout$2(this.b, (Bundle) obj);
        }
    }
}
