package androidx.media3.exoplayer.drm;

import J3.C;
import androidx.media3.common.Format;
import com.google.firebase.database.collection.ImmutableSortedSet;
import com.google.firebase.firestore.bundle.NamedQuery;
import com.google.firebase.firestore.local.LocalStore;
import com.google.firebase.firestore.local.TargetData;

/* JADX INFO: loaded from: classes.dex */
public final /* synthetic */ class k implements Runnable {

    /* JADX INFO: renamed from: a, reason: collision with root package name */
    public final /* synthetic */ int f12432a = 0;

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    public final /* synthetic */ int f12433b;

    /* JADX INFO: renamed from: c, reason: collision with root package name */
    public final /* synthetic */ Object f12434c;

    /* JADX INFO: renamed from: d, reason: collision with root package name */
    public final /* synthetic */ Object f12435d;

    /* JADX INFO: renamed from: e, reason: collision with root package name */
    public final /* synthetic */ Object f12436e;

    /* JADX INFO: renamed from: f, reason: collision with root package name */
    public final /* synthetic */ Object f12437f;

    public /* synthetic */ k(OfflineLicenseHelper offlineLicenseHelper, int i6, byte[] bArr, C c6, Format format) {
        this.f12434c = offlineLicenseHelper;
        this.f12433b = i6;
        this.f12435d = bArr;
        this.f12436e = c6;
        this.f12437f = format;
    }

    @Override // java.lang.Runnable
    public final void run() {
        switch (this.f12432a) {
            case 0:
                ((OfflineLicenseHelper) this.f12434c).lambda$acquireFirstSessionOnHandlerThread$2(this.f12433b, (byte[]) this.f12435d, (C) this.f12436e, (Format) this.f12437f);
                break;
            default:
                ((LocalStore) this.f12434c).lambda$saveNamedQuery$12((NamedQuery) this.f12435d, (TargetData) this.f12436e, this.f12433b, (ImmutableSortedSet) this.f12437f);
                break;
        }
    }

    public /* synthetic */ k(LocalStore localStore, NamedQuery namedQuery, TargetData targetData, int i6, ImmutableSortedSet immutableSortedSet) {
        this.f12434c = localStore;
        this.f12435d = namedQuery;
        this.f12436e = targetData;
        this.f12433b = i6;
        this.f12437f = immutableSortedSet;
    }
}
