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

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

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

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

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

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

    public /* synthetic */ n1(q1 q1Var, int i10, long j10) {
        this.f14398b = q1Var;
        this.f14400d = i10;
        this.f14399c = j10;
    }

    @Override // java.lang.Runnable
    public final /* synthetic */ void run() {
        int i10 = this.f14397a;
        q1 q1Var = this.f14398b;
        int i11 = this.f14400d;
        long j10 = this.f14399c;
        switch (i10) {
            case 0:
                q1Var.m(i11, j10);
                break;
            default:
                q1Var.n(i11, j10);
                break;
        }
    }

    public /* synthetic */ n1(q1 q1Var, long j10, int i10) {
        this.f14398b = q1Var;
        this.f14399c = j10;
        this.f14400d = i10;
    }
}
