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

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

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

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

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

    public f(String str, Context context, e eVar, int i2) {
        this.f5216b = str;
        this.f5217c = context;
        this.f5218d = eVar;
        this.f5219e = i2;
    }

    @Override // java.util.concurrent.Callable
    public j.a call() {
        return j.a(this.f5216b, this.f5217c, this.f5218d, this.f5219e);
    }
}
