package defpackage;

import android.adservices.measurement.MeasurementManager;
import android.credentials.CreateCredentialException;
import android.credentials.CreateCredentialResponse;
import android.credentials.GetCredentialException;
import android.credentials.GetCredentialResponse;
import android.net.http.NetworkException;
import android.service.credentials.BeginGetCredentialResponse;

/* JADX INFO: loaded from: classes.dex */
public abstract /* synthetic */ class gc4 {
    public static /* bridge */ /* synthetic */ Class ab() {
        return CreateCredentialException.class;
    }

    public static /* bridge */ /* synthetic */ Class ac() {
        return GetCredentialException.class;
    }

    public static /* bridge */ /* synthetic */ Class ad() {
        return MeasurementManager.class;
    }

    public static /* bridge */ /* synthetic */ MeasurementManager d(Object obj) {
        return (MeasurementManager) obj;
    }

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

    public static /* bridge */ /* synthetic */ GetCredentialException f(Object obj) {
        return (GetCredentialException) obj;
    }

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

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

    public static /* bridge */ /* synthetic */ Class k() {
        return GetCredentialResponse.class;
    }

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

    public static /* bridge */ /* synthetic */ boolean t(Object obj) {
        return obj instanceof NetworkException;
    }

    public static /* bridge */ /* synthetic */ Class v() {
        return CreateCredentialResponse.class;
    }

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

    public static /* bridge */ /* synthetic */ Class z() {
        return BeginGetCredentialResponse.class;
    }
}
