package c5;

/* JADX INFO: loaded from: classes.dex */
public final class d implements Runnable {

    /* JADX INFO: renamed from: k, reason: collision with root package name */
    public final /* synthetic */ boolean f4743k;

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

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

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

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

    public d(f fVar, boolean z5, int i, String str, Exception exc) {
        this.f4747o = fVar;
        this.f4743k = z5;
        this.f4744l = i;
        this.f4745m = str;
        this.f4746n = exc;
    }

    @Override // java.lang.Runnable
    public final void run() {
        this.f4747o.d(this.f4743k, this.f4744l, this.f4745m, this.f4746n, null);
    }
}
