Home
last modified time | relevance | path

Searched refs:IAccountAuthenticatorResponse (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/core/java/android/accounts/
DIAccountAuthenticator.aidl19 import android.accounts.IAccountAuthenticatorResponse;
32 void addAccount(in IAccountAuthenticatorResponse response, String accountType, in addAccount()
39 void confirmCredentials(in IAccountAuthenticatorResponse response, in Account account, in confirmCredentials()
46 void getAuthToken(in IAccountAuthenticatorResponse response, in Account account, in getAuthToken()
53 void getAuthTokenLabel(in IAccountAuthenticatorResponse response, String authTokenType); in getAuthTokenLabel()
59 void updateCredentials(in IAccountAuthenticatorResponse response, in Account account, in updateCredentials()
66 void editProperties(in IAccountAuthenticatorResponse response, String accountType); in editProperties()
73 void hasFeatures(in IAccountAuthenticatorResponse response, in Account account, in hasFeatures()
80 void getAccountRemovalAllowed(in IAccountAuthenticatorResponse response, in Account account); in getAccountRemovalAllowed()
85 void getAccountCredentialsForCloning(in IAccountAuthenticatorResponse response, in getAccountCredentialsForCloning()
[all …]
DAbstractAccountAuthenticator.java154 public void addAccount(IAccountAuthenticatorResponse response, String accountType, in addAccount()
185 public void confirmCredentials(IAccountAuthenticatorResponse response, in confirmCredentials()
210 public void getAuthTokenLabel(IAccountAuthenticatorResponse response, in getAuthTokenLabel()
235 public void getAuthToken(IAccountAuthenticatorResponse response, in getAuthToken()
263 public void updateCredentials(IAccountAuthenticatorResponse response, Account account, in updateCredentials()
292 public void editProperties(IAccountAuthenticatorResponse response, in editProperties()
307 public void hasFeatures(IAccountAuthenticatorResponse response, in hasFeatures()
322 public void getAccountRemovalAllowed(IAccountAuthenticatorResponse response, in getAccountRemovalAllowed()
337 public void getAccountCredentialsForCloning(IAccountAuthenticatorResponse response, in getAccountCredentialsForCloning()
353 public void addAccountFromCredentials(IAccountAuthenticatorResponse response, in addAccountFromCredentials()
[all …]
DAccountAuthenticatorResponse.java32 private IAccountAuthenticatorResponse mAccountAuthenticatorResponse;
38 public AccountAuthenticatorResponse(IAccountAuthenticatorResponse response) { in AccountAuthenticatorResponse()
44 IAccountAuthenticatorResponse.Stub.asInterface(parcel.readStrongBinder()); in AccountAuthenticatorResponse()
DIAccountAuthenticatorResponse.aidl24 oneway interface IAccountAuthenticatorResponse { interface
/frameworks/base/config/
Dhiddenapi-greylist.txt6 Landroid/accounts/IAccountAuthenticatorResponse$Stub$Proxy;-><init>(Landroid/os/IBinder;)V
7 Landroid/accounts/IAccountAuthenticatorResponse$Stub$Proxy;->mRemote:Landroid/os/IBinder;
8 Landroid/accounts/IAccountAuthenticatorResponse$Stub;-><init>()V
9 Landroid/accounts/IAccountAuthenticatorResponse$Stub;->asInterface(Landroid/os/IBinder;)Landroid/ac…
Dhiddenapi-greylist-max-o.txt307 …AccountAuthenticator$Transport;->addAccount(Landroid/accounts/IAccountAuthenticatorResponse;Ljava/…
308 …cator$Transport;->addAccountFromCredentials(Landroid/accounts/IAccountAuthenticatorResponse;Landro…
309 …uthenticator$Transport;->confirmCredentials(Landroid/accounts/IAccountAuthenticatorResponse;Landro…
310 …untAuthenticator$Transport;->editProperties(Landroid/accounts/IAccountAuthenticatorResponse;Ljava/…
311 …ountAuthenticator$Transport;->finishSession(Landroid/accounts/IAccountAuthenticatorResponse;Ljava/…
312 …Transport;->getAccountCredentialsForCloning(Landroid/accounts/IAccountAuthenticatorResponse;Landro…
313 …icator$Transport;->getAccountRemovalAllowed(Landroid/accounts/IAccountAuthenticatorResponse;Landro…
314 …countAuthenticator$Transport;->getAuthToken(Landroid/accounts/IAccountAuthenticatorResponse;Landro…
315 …Authenticator$Transport;->getAuthTokenLabel(Landroid/accounts/IAccountAuthenticatorResponse;Ljava/…
316 …ccountAuthenticator$Transport;->hasFeatures(Landroid/accounts/IAccountAuthenticatorResponse;Landro…
[all …]
Dboot-image-profile.txt94 …ountAuthenticator$Stub$Proxy;->getAuthToken(Landroid/accounts/IAccountAuthenticatorResponse;Landro…
95 …countAuthenticator$Stub$Proxy;->hasFeatures(Landroid/accounts/IAccountAuthenticatorResponse;Landro…
97 HPLandroid/accounts/IAccountAuthenticatorResponse$Stub;-><init>()V
98 PLandroid/accounts/IAccountAuthenticatorResponse$Stub;->asBinder()Landroid/os/IBinder;
99 HPLandroid/accounts/IAccountAuthenticatorResponse$Stub;->onTransact(ILandroid/os/Parcel;Landroid/os…
/frameworks/base/services/core/java/com/android/server/accounts/
DAccountManagerService.java32 import android.accounts.IAccountAuthenticatorResponse;
4052 new AccountAuthenticatorResponse(new IAccountAuthenticatorResponse.Stub() { in newRequestAccountAccessIntent()
4692 private abstract class Session extends IAccountAuthenticatorResponse.Stub