package k4;

/* JADX INFO: loaded from: classes3.dex */
public final class u0 implements Runnable {

    /* JADX INFO: renamed from: a, reason: collision with root package name */
    public final /* synthetic */ v0 f19959a;

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    public final /* synthetic */ C1.o f19960b;

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

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

    public u0(w0 w0Var, v0 v0Var, C1.o oVar, long j4) {
        this.f19962d = w0Var;
        this.f19959a = v0Var;
        this.f19960b = oVar;
        this.f19961c = j4;
    }

    @Override // java.lang.Runnable
    public final void run() {
        this.f19962d.execute(this.f19959a);
    }

    public final String toString() {
        StringBuilder sb = new StringBuilder();
        sb.append(this.f19960b.toString());
        sb.append("(scheduled in SynchronizationContext with delay of ");
        return Z0.o.k(this.f19961c, ")", sb);
    }
}
