package androidx.concurrent.futures;

import java.util.concurrent.Executor;

/* JADX INFO: loaded from: classes.dex */
public final class d {

    /* JADX INFO: renamed from: d, reason: collision with root package name */
    public static final d f11165d = new d(null, null);

    /* JADX INFO: renamed from: a, reason: collision with root package name */
    public final Runnable f11166a;

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    public final Executor f11167b;

    /* JADX INFO: renamed from: c, reason: collision with root package name */
    public d f11168c;

    public d(Runnable runnable, Executor executor) {
        this.f11166a = runnable;
        this.f11167b = executor;
    }
}
