package V4;

/* JADX INFO: loaded from: classes3.dex */
public final class T extends V {

    /* JADX INFO: renamed from: c, reason: collision with root package name */
    public final C0772m f8266c;

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

    /* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
    public T(X x6, long j4, C0772m c0772m) {
        super(j4);
        this.f8267d = x6;
        this.f8266c = c0772m;
    }

    @Override // java.lang.Runnable
    public final void run() {
        this.f8266c.B(this.f8267d);
    }

    @Override // V4.V
    public final String toString() {
        return super.toString() + this.f8266c;
    }
}
