package x0;

import java.lang.ref.WeakReference;
import java.util.concurrent.Executor;

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

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

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

    /* JADX INFO: renamed from: c, reason: collision with root package name */
    public final /* synthetic */ n f18529c;

    public m(n nVar, P0.f fVar, Executor executor) {
        this.f18529c = nVar;
        this.f18527a = new WeakReference(fVar);
        this.f18528b = executor;
    }
}
