package c.e.f;

import android.content.Context;
import c.e.f.j;
import java.util.concurrent.Callable;

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

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

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

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

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

    public h(String str, Context context, e eVar, int i2) {
        this.f5221b = str;
        this.f5222c = context;
        this.f5223d = eVar;
        this.f5224e = i2;
    }

    @Override // java.util.concurrent.Callable
    public j.a call() {
        return j.a(this.f5221b, this.f5222c, this.f5223d, this.f5224e);
    }
}
