package com.google.android.gms.internal.ads;

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

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

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

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

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

    public /* synthetic */ l1(Object obj, String str, long j10, long j11, int i10) {
        this.f13455a = i10;
        this.f13458d = obj;
        this.f13456b = j10;
        this.f13457c = j11;
    }

    @Override // java.lang.Runnable
    public final /* synthetic */ void run() {
        long j10 = this.f13457c;
        long j11 = this.f13456b;
        int i10 = this.f13455a;
        Object obj = this.f13458d;
        switch (i10) {
            case 0:
                ((q1) obj).k(j11, j10);
                break;
            default:
                ((gl2) obj).q(j11, j10);
                break;
        }
    }
}
