package androidx.browser.customtabs;

import android.net.Uri;
import android.os.Bundle;

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

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

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    public final /* synthetic */ Uri f859b;

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

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

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

    public h(k kVar, int i10, Uri uri, boolean z10, Bundle bundle) {
        this.f862e = kVar;
        this.f858a = i10;
        this.f859b = uri;
        this.f860c = z10;
        this.f861d = bundle;
    }

    @Override // java.lang.Runnable
    public final void run() {
        this.f862e.f876b.onRelationshipValidationResult(this.f858a, this.f859b, this.f860c, this.f861d);
    }
}
