package androidx.work;

/* JADX INFO: loaded from: classes.dex */
public final class t extends u {

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

    public t(int i10) {
        this.f4693b = i10;
    }

    @Override // androidx.work.u
    public final void a(Throwable... thArr) {
        if (this.f4693b > 3 || thArr.length < 1) {
            return;
        }
        Throwable th = thArr[0];
    }

    @Override // androidx.work.u
    public final void b(Throwable... thArr) {
        if (this.f4693b > 6 || thArr.length < 1) {
            return;
        }
        Throwable th = thArr[0];
    }

    @Override // androidx.work.u
    public final void d(Throwable... thArr) {
        if (this.f4693b > 4 || thArr.length < 1) {
            return;
        }
        Throwable th = thArr[0];
    }

    @Override // androidx.work.u
    public final void f(Throwable... thArr) {
        if (this.f4693b > 5 || thArr.length < 1) {
            return;
        }
        Throwable th = thArr[0];
    }
}
