package d3;

import android.os.Bundle;

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

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

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

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

    /* JADX INFO: renamed from: t, reason: collision with root package name */
    public final /* synthetic */ Bundle f11717t;

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

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

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

    /* JADX INFO: renamed from: x, reason: collision with root package name */
    public final /* synthetic */ Y0 f11721x;

    public T0(Y0 y02, String str, String str2, long j8, Bundle bundle, boolean z8, boolean z9, boolean z10) {
        this.f11714q = str;
        this.f11715r = str2;
        this.f11716s = j8;
        this.f11717t = bundle;
        this.f11718u = z8;
        this.f11719v = z9;
        this.f11720w = z10;
        this.f11721x = y02;
    }

    @Override // java.lang.Runnable
    public final void run() {
        this.f11721x.R(this.f11714q, this.f11715r, this.f11716s, this.f11717t, this.f11718u, this.f11719v, this.f11720w);
    }
}
