package androidx.media3.session;

import androidx.media3.session.legacy.MediaBrowserServiceCompat;
import defpackage.zb5;

/* JADX INFO: loaded from: classes.dex */
public final /* synthetic */ class bn implements Runnable {
    public final /* synthetic */ int a;
    public final /* synthetic */ zb5 b;
    public final /* synthetic */ MediaBrowserServiceCompat.Result c;

    public /* synthetic */ bn(zb5 zb5Var, MediaBrowserServiceCompat.Result result, int i) {
        this.a = i;
        this.b = zb5Var;
        this.c = result;
    }

    @Override // java.lang.Runnable
    public final void run() {
        switch (this.a) {
            case 0:
                MediaLibraryServiceLegacyStub.lambda$sendLibraryResultWithMediaItemWhenReady$8(this.b, this.c);
                break;
            case 1:
                MediaLibraryServiceLegacyStub.lambda$sendCustomActionResultWhenReady$7(this.b, this.c);
                break;
            default:
                MediaLibraryServiceLegacyStub.lambda$sendLibraryResultWithMediaItemsWhenReady$9(this.b, this.c);
                break;
        }
    }
}
