package e4;

import d3.V0;
import java.util.concurrent.ScheduledFuture;
import java.util.concurrent.TimeUnit;
import n4.u0;

/* JADX INFO: renamed from: e4.c, reason: case insensitive filesystem */
/* JADX INFO: loaded from: classes.dex */
public final /* synthetic */ class C0872c implements InterfaceC0876g {

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

    /* JADX INFO: renamed from: r, reason: collision with root package name */
    public final /* synthetic */ ScheduledExecutorServiceC0875f f12447r;

    /* JADX INFO: renamed from: s, reason: collision with root package name */
    public final /* synthetic */ Runnable f12448s;

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

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

    /* JADX INFO: renamed from: v, reason: collision with root package name */
    public final /* synthetic */ TimeUnit f12451v;

    public /* synthetic */ C0872c(ScheduledExecutorServiceC0875f scheduledExecutorServiceC0875f, Runnable runnable, long j8, long j9, TimeUnit timeUnit, int i) {
        this.f12446q = i;
        this.f12447r = scheduledExecutorServiceC0875f;
        this.f12448s = runnable;
        this.f12449t = j8;
        this.f12450u = j9;
        this.f12451v = timeUnit;
    }

    @Override // e4.InterfaceC0876g
    public final ScheduledFuture a(V0 v02) {
        switch (this.f12446q) {
            case u0.f15495q /* 0 */:
                ScheduledExecutorServiceC0875f scheduledExecutorServiceC0875f = this.f12447r;
                return scheduledExecutorServiceC0875f.f12460r.scheduleAtFixedRate(new RunnableC0873d(scheduledExecutorServiceC0875f, this.f12448s, v02, 0), this.f12449t, this.f12450u, this.f12451v);
            default:
                ScheduledExecutorServiceC0875f scheduledExecutorServiceC0875f2 = this.f12447r;
                return scheduledExecutorServiceC0875f2.f12460r.scheduleWithFixedDelay(new RunnableC0873d(scheduledExecutorServiceC0875f2, this.f12448s, v02, 2), this.f12449t, this.f12450u, this.f12451v);
        }
    }
}
