package L1;

import android.os.Bundle;
import java.util.Objects;

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

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

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

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

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

    /* JADX INFO: renamed from: o, reason: collision with root package name */
    public final /* synthetic */ boolean f1572o;
    public final /* synthetic */ boolean p;
    public final /* synthetic */ boolean q;

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

    public U0(C0088c1 c0088c1, String str, String str2, long j5, Bundle bundle, boolean z5, boolean z6, boolean z7) {
        this.f1568k = str;
        this.f1569l = str2;
        this.f1570m = j5;
        this.f1571n = bundle;
        this.f1572o = z5;
        this.p = z6;
        this.q = z7;
        Objects.requireNonNull(c0088c1);
        this.f1573r = c0088c1;
    }

    @Override // java.lang.Runnable
    public final void run() {
        this.f1573r.t(this.f1568k, this.f1569l, this.f1570m, this.f1571n, this.f1572o, this.p, this.q);
    }
}
