package b.f.g;

import android.content.Context;
import b.f.g.j;
import java.util.concurrent.Callable;

/* JADX INFO: loaded from: classes.dex */
public class h implements Callable<j.a> {

    /* JADX INFO: renamed from: a, reason: collision with root package name */
    public final /* synthetic */ String f951a;

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    public final /* synthetic */ Context f952b;

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

    /* JADX INFO: renamed from: d, reason: collision with root package name */
    public final /* synthetic */ int f954d;

    public h(String str, Context context, e eVar, int i) {
        this.f951a = str;
        this.f952b = context;
        this.f953c = eVar;
        this.f954d = i;
    }

    @Override // java.util.concurrent.Callable
    public j.a call() {
        return j.a(this.f951a, this.f952b, this.f953c, this.f954d);
    }
}
