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 f implements Callable<j.a> {

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

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

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

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

    public f(String str, Context context, e eVar, int i) {
        this.f946a = str;
        this.f947b = context;
        this.f948c = eVar;
        this.f949d = i;
    }

    @Override // java.util.concurrent.Callable
    public j.a call() {
        return j.a(this.f946a, this.f947b, this.f948c, this.f949d);
    }
}
