package defpackage;

import android.adservices.customaudience.CustomAudience;
import android.adservices.customaudience.JoinCustomAudienceRequest;
import android.adservices.customaudience.LeaveCustomAudienceRequest;
import android.credentials.ClearCredentialStateException;
import android.credentials.CreateCredentialException;
import android.credentials.CredentialOption;
import android.credentials.GetCredentialException;
import android.credentials.PrepareGetCredentialResponse;
import android.net.http.HttpEngine;
import android.net.http.UrlResponseInfo;

/* JADX INFO: loaded from: classes.dex */
public abstract /* synthetic */ class bn1 {
    public static /* synthetic */ void ab() {
    }

    public static /* synthetic */ void ac() {
        new LeaveCustomAudienceRequest.Builder();
    }

    public static /* synthetic */ void ad() {
        new JoinCustomAudienceRequest.Builder();
    }

    public static /* synthetic */ CustomAudience.Builder b() {
        return new CustomAudience.Builder();
    }

    public static /* synthetic */ ClearCredentialStateException c(String str, String str2) {
        return new ClearCredentialStateException(str, str2);
    }

    public static /* synthetic */ CreateCredentialException d(String str, String str2) {
        return new CreateCredentialException(str, str2);
    }

    public static /* bridge */ /* synthetic */ CredentialOption e(Object obj) {
        return (CredentialOption) obj;
    }

    public static /* synthetic */ GetCredentialException f(String str, String str2) {
        return new GetCredentialException(str, str2);
    }

    public static /* bridge */ /* synthetic */ PrepareGetCredentialResponse g(Object obj) {
        return (PrepareGetCredentialResponse) obj;
    }

    public static /* bridge */ /* synthetic */ HttpEngine j(Object obj) {
        return (HttpEngine) obj;
    }

    public static /* bridge */ /* synthetic */ UrlResponseInfo m(Object obj) {
        return (UrlResponseInfo) obj;
    }

    public static /* synthetic */ void t() {
    }

    public static /* synthetic */ void z() {
    }
}
