package androidx.browser.customtabs;

import android.net.Uri;
import android.os.Bundle;
import android.os.RemoteException;
import androidx.annotation.NonNull;
import androidx.annotation.Nullable;

/* JADX INFO: loaded from: classes.dex */
public final class a0 extends d {

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

    public a0(b0 b0Var) {
        this.f845a = b0Var;
    }

    @Override // androidx.browser.customtabs.d
    public void extraCallback(@NonNull String str, @Nullable Bundle bundle) {
        try {
            this.f845a.mCallbackBinder.extraCallback(str, bundle);
        } catch (RemoteException unused) {
        }
    }

    @Override // androidx.browser.customtabs.d
    @NonNull
    public Bundle extraCallbackWithResult(@NonNull String str, @Nullable Bundle bundle) {
        try {
            return this.f845a.mCallbackBinder.extraCallbackWithResult(str, bundle);
        } catch (RemoteException unused) {
            return null;
        }
    }

    @Override // androidx.browser.customtabs.d
    public final void onActivityLayout(int i10, int i11, int i12, int i13, int i14, Bundle bundle) {
        try {
            this.f845a.mCallbackBinder.onActivityLayout(i10, i11, i12, i13, i14, bundle);
        } catch (RemoteException unused) {
        }
    }

    @Override // androidx.browser.customtabs.d
    public final void onActivityResized(int i10, int i11, Bundle bundle) {
        try {
            this.f845a.mCallbackBinder.onActivityResized(i10, i11, bundle);
        } catch (RemoteException unused) {
        }
    }

    @Override // androidx.browser.customtabs.d
    public void onMessageChannelReady(@Nullable Bundle bundle) {
        try {
            this.f845a.mCallbackBinder.onMessageChannelReady(bundle);
        } catch (RemoteException unused) {
        }
    }

    @Override // androidx.browser.customtabs.d
    public final void onMinimized(Bundle bundle) {
        try {
            this.f845a.mCallbackBinder.onMinimized(bundle);
        } catch (RemoteException unused) {
        }
    }

    @Override // androidx.browser.customtabs.d
    public void onNavigationEvent(int i10, @Nullable Bundle bundle) {
        try {
            this.f845a.mCallbackBinder.onNavigationEvent(i10, bundle);
        } catch (RemoteException unused) {
        }
    }

    @Override // androidx.browser.customtabs.d
    public void onPostMessage(@NonNull String str, @Nullable Bundle bundle) {
        try {
            this.f845a.mCallbackBinder.onPostMessage(str, bundle);
        } catch (RemoteException unused) {
        }
    }

    @Override // androidx.browser.customtabs.d
    public void onRelationshipValidationResult(int i10, @NonNull Uri uri, boolean z10, @Nullable Bundle bundle) {
        try {
            this.f845a.mCallbackBinder.onRelationshipValidationResult(i10, uri, z10, bundle);
        } catch (RemoteException unused) {
        }
    }

    @Override // androidx.browser.customtabs.d
    public final void onUnminimized(Bundle bundle) {
        try {
            this.f845a.mCallbackBinder.onUnminimized(bundle);
        } catch (RemoteException unused) {
        }
    }

    @Override // androidx.browser.customtabs.d
    public final void onWarmupCompleted(Bundle bundle) {
        try {
            this.f845a.mCallbackBinder.onWarmupCompleted(bundle);
        } catch (RemoteException unused) {
        }
    }
}
