package p138.p176.p177.p178.p181;

import java.util.concurrent.Executor;
import java.util.concurrent.ExecutorService;
import java.util.concurrent.Executors;
import p138.p176.p177.p242.p246.p251.C4303;
import p398.p399.InterfaceC6532;

/* JADX INFO: renamed from: ދ.ހ.֏.֏.ރ.ބ, reason: contains not printable characters */
/* JADX INFO: loaded from: classes.dex */
public final class C3302 implements InterfaceC6532<Executor> {

    /* JADX INFO: renamed from: ֏, reason: contains not printable characters */
    public static final C3302 f9749 = new C3302();

    @Override // p400.p401.InterfaceC6534
    public Object get() {
        ExecutorService executorServiceNewSingleThreadExecutor = Executors.newSingleThreadExecutor();
        C4303.m7151(executorServiceNewSingleThreadExecutor, "Cannot return null from a non-@Nullable @Provides method");
        return executorServiceNewSingleThreadExecutor;
    }
}
