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 g implements Callable<k.a> {

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

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

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

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

    public g(String str, Context context, f fVar, int i2) {
        this.f1361b = str;
        this.f1362e = context;
        this.f1363f = fVar;
        this.f1364g = i2;
    }

    @Override // java.util.concurrent.Callable
    public k.a call() throws Exception {
        return k.a(this.f1361b, this.f1362e, this.f1363f, this.f1364g);
    }
}
