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

/* JADX INFO: loaded from: classes2.dex */
public final class b3 extends p {

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

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

    /* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
    public /* synthetic */ b3(a3 a3Var, z1 z1Var, int i10) {
        super(z1Var);
        this.f21488e = i10;
        this.f21489f = a3Var;
    }

    @Override // com.google.android.gms.measurement.internal.p
    public final void c() {
        int i10 = this.f21488e;
        a3 a3Var = this.f21489f;
        switch (i10) {
            case 0:
                a3Var.w();
                if (a3Var.N()) {
                    a3Var.zzj().f21842n.c("Inactivity, disconnecting from the service");
                    a3Var.M();
                }
                break;
            default:
                a3Var.zzj().f21837i.c("Tasks have been queued for a long time");
                break;
        }
    }
}
