package c.f.g;

import android.content.Context;
import c.f.g.k;
import java.util.concurrent.Callable;

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

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

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

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

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

    public i(String str, Context context, f fVar, int i2) {
        this.f1365b = str;
        this.f1366e = context;
        this.f1367f = fVar;
        this.f1368g = i2;
    }

    @Override // java.util.concurrent.Callable
    public k.a call() throws Exception {
        try {
            return k.a(this.f1365b, this.f1366e, this.f1367f, this.f1368g);
        } catch (Throwable unused) {
            return new k.a(-3);
        }
    }
}
