package defpackage;

import android.os.StrictMode;
import com.google.firebase.concurrent.ExecutorsRegistrar;
import java.util.Collections;
import java.util.Random;
import java.util.concurrent.Executors;
import java.util.concurrent.ScheduledExecutorService;

/* JADX INFO: renamed from: ᵻʽᵺᐧ, reason: contains not printable characters */
/* JADX INFO: loaded from: classes3.dex */
public final /* synthetic */ class C5181 implements InterfaceC5081 {

    /* JADX INFO: renamed from: ᵲᵶᵳˈ, reason: contains not printable characters */
    public final /* synthetic */ int f19505;

    public /* synthetic */ C5181(int i) {
        this.f19505 = i;
    }

    @Override // defpackage.InterfaceC5081
    public final Object get() {
        switch (this.f19505) {
            case 0:
                return Collections.EMPTY_SET;
            case 1:
                return ExecutorsRegistrar.m995();
            case 2:
                C2592 c2592 = ExecutorsRegistrar.f1122;
                return new ScheduledExecutorServiceC5248(Executors.newFixedThreadPool(Math.max(2, Runtime.getRuntime().availableProcessors()), new ThreadFactoryC5363("Firebase Lite", 0, new StrictMode.ThreadPolicy.Builder().detectAll().penaltyLog().build())), (ScheduledExecutorService) ExecutorsRegistrar.f1123.get());
            case 3:
                C2592 c25922 = ExecutorsRegistrar.f1122;
                return new ScheduledExecutorServiceC5248(Executors.newCachedThreadPool(new ThreadFactoryC5363("Firebase Blocking", 11, null)), (ScheduledExecutorService) ExecutorsRegistrar.f1123.get());
            case 4:
                C2592 c25923 = ExecutorsRegistrar.f1122;
                return Executors.newSingleThreadScheduledExecutor(new ThreadFactoryC5363("Firebase Scheduler", 0, null));
            default:
                Random random = C3133.f11948;
            case 5:
                return null;
        }
    }
}
