package com.google.firebase.concurrent;

import a0.v;
import android.annotation.SuppressLint;
import androidx.core.view.n;
import com.google.firebase.annotations.concurrent.Background;
import com.google.firebase.annotations.concurrent.Blocking;
import com.google.firebase.annotations.concurrent.Lightweight;
import com.google.firebase.annotations.concurrent.UiThread;
import com.google.firebase.components.ComponentRegistrar;
import com.google.firebase.components.g;
import com.google.firebase.components.m;
import com.google.firebase.components.p;
import java.util.Arrays;
import java.util.List;
import java.util.concurrent.Executor;
import java.util.concurrent.ExecutorService;
import java.util.concurrent.ScheduledExecutorService;

/* JADX INFO: loaded from: classes2.dex */
@SuppressLint({"ThreadPoolCreation"})
public class ExecutorsRegistrar implements ComponentRegistrar {

    /* JADX INFO: renamed from: a, reason: collision with root package name */
    public static final m f24042a = new m(new g(2));

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    public static final m f24043b = new m(new g(3));

    /* JADX INFO: renamed from: c, reason: collision with root package name */
    public static final m f24044c = new m(new g(4));

    /* JADX INFO: renamed from: d, reason: collision with root package name */
    public static final m f24045d = new m(new g(5));

    @Override // com.google.firebase.components.ComponentRegistrar
    public final List getComponents() {
        v vVar = new v(new p(Background.class, ScheduledExecutorService.class), new p[]{new p(Background.class, ExecutorService.class), new p(Background.class, Executor.class)});
        vVar.f217f = new n(0);
        com.google.firebase.components.a aVarE = vVar.e();
        v vVar2 = new v(new p(Blocking.class, ScheduledExecutorService.class), new p[]{new p(Blocking.class, ExecutorService.class), new p(Blocking.class, Executor.class)});
        vVar2.f217f = new n(1);
        com.google.firebase.components.a aVarE2 = vVar2.e();
        v vVar3 = new v(new p(Lightweight.class, ScheduledExecutorService.class), new p[]{new p(Lightweight.class, ExecutorService.class), new p(Lightweight.class, Executor.class)});
        vVar3.f217f = new n(2);
        com.google.firebase.components.a aVarE3 = vVar3.e();
        v vVarA = com.google.firebase.components.a.a(new p(UiThread.class, Executor.class));
        vVarA.f217f = new n(3);
        return Arrays.asList(aVarE, aVarE2, aVarE3, vVarA.e());
    }
}
