22 lines
750 B
Java
22 lines
750 B
Java
package com.google.android.gms.internal.auth;
|
|
|
|
import android.accounts.Account;
|
|
import android.os.Bundle;
|
|
import android.os.IInterface;
|
|
import android.os.RemoteException;
|
|
import com.google.android.gms.auth.AccountChangeEventsRequest;
|
|
import com.google.android.gms.auth.AccountChangeEventsResponse;
|
|
|
|
/* loaded from: classes2.dex */
|
|
public interface zze extends IInterface {
|
|
Bundle zza(Account account) throws RemoteException;
|
|
|
|
Bundle zza(Account account, String str, Bundle bundle) throws RemoteException;
|
|
|
|
Bundle zza(String str) throws RemoteException;
|
|
|
|
Bundle zza(String str, Bundle bundle) throws RemoteException;
|
|
|
|
AccountChangeEventsResponse zza(AccountChangeEventsRequest accountChangeEventsRequest) throws RemoteException;
|
|
}
|