package J3;

import java.util.concurrent.Executor;

/* JADX INFO: renamed from: J3.d, reason: case insensitive filesystem */
/* JADX INFO: loaded from: classes3.dex */
public final class C0438d {

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

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

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

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

    public C0438d(Runnable runnable, Executor executor) {
        this.f3515a = runnable;
        this.f3516b = executor;
    }

    public C0438d() {
        this.f3515a = null;
        this.f3516b = null;
    }
}
