package d.h.g;

import android.content.Context;
import d.h.g.k;
import java.util.concurrent.Callable;

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

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

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

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

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

    public i(String str, Context context, f fVar, int i2) {
        this.f2681f = str;
        this.f2682m = context;
        this.f2683n = fVar;
        this.f2684o = i2;
    }

    @Override // java.util.concurrent.Callable
    public k.a call() {
        try {
            return k.a(this.f2681f, this.f2682m, this.f2683n, this.f2684o);
        } catch (Throwable unused) {
            return new k.a(-3);
        }
    }
}
