package com.google.firebase.concurrent;

import com.google.firebase.concurrent.DelegatingScheduledFuture;

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

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

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

    /* JADX INFO: renamed from: c, reason: collision with root package name */
    public final /* synthetic */ DelegatingScheduledFuture.Completer f13867c;

    public /* synthetic */ c(Runnable runnable, DelegatingScheduledFuture.Completer completer, int i6) {
        this.f13865a = i6;
        this.f13866b = runnable;
        this.f13867c = completer;
    }

    @Override // java.lang.Runnable
    public final void run() throws Exception {
        switch (this.f13865a) {
            case 0:
                DelegatingScheduledExecutorService.lambda$scheduleWithFixedDelay$9(this.f13866b, this.f13867c);
                break;
            case 1:
                DelegatingScheduledExecutorService.lambda$schedule$0(this.f13866b, this.f13867c);
                break;
            default:
                DelegatingScheduledExecutorService.lambda$scheduleAtFixedRate$6(this.f13866b, this.f13867c);
                break;
        }
    }
}
