package androidx.media3.exoplayer.drm;

import J3.C;

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

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

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

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

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

    public /* synthetic */ j(C c6, DrmSession drmSession, OfflineLicenseHelper offlineLicenseHelper) {
        this.f12428a = 1;
        this.f12429b = offlineLicenseHelper;
        this.f12430c = drmSession;
        this.f12431d = c6;
    }

    @Override // java.lang.Runnable
    public final void run() {
        switch (this.f12428a) {
            case 0:
                this.f12429b.lambda$getLicenseDurationRemainingSec$0(this.f12431d, this.f12430c);
                break;
            case 1:
                this.f12429b.lambda$acquireFirstSessionOnHandlerThread$3(this.f12430c, this.f12431d);
                break;
            default:
                this.f12429b.lambda$acquireSessionAndGetOfflineLicenseKeySetIdOnHandlerThread$1(this.f12431d, this.f12430c);
                break;
        }
    }

    public /* synthetic */ j(OfflineLicenseHelper offlineLicenseHelper, C c6, DrmSession drmSession, int i6) {
        this.f12428a = i6;
        this.f12429b = offlineLicenseHelper;
        this.f12431d = c6;
        this.f12430c = drmSession;
    }
}
