Searched refs:IAccountAuthenticatorResponse (Results 1 – 11 of 11) sorted by relevance
/frameworks/base/core/java/android/accounts/ |
D | IAccountAuthenticator.aidl | 19 import android.accounts.IAccountAuthenticatorResponse; 33 void addAccount(in IAccountAuthenticatorResponse response, String accountType, in addAccount() 41 void confirmCredentials(in IAccountAuthenticatorResponse response, in Account account, in confirmCredentials() 49 void getAuthToken(in IAccountAuthenticatorResponse response, in Account account, in getAuthToken() 57 void getAuthTokenLabel(in IAccountAuthenticatorResponse response, String authTokenType); in getAuthTokenLabel() 64 void updateCredentials(in IAccountAuthenticatorResponse response, in Account account, in updateCredentials() 72 void editProperties(in IAccountAuthenticatorResponse response, String accountType); in editProperties() 80 void hasFeatures(in IAccountAuthenticatorResponse response, in Account account, in hasFeatures() 88 void getAccountRemovalAllowed(in IAccountAuthenticatorResponse response, in Account account); in getAccountRemovalAllowed() 94 void getAccountCredentialsForCloning(in IAccountAuthenticatorResponse response, in getAccountCredentialsForCloning() [all …]
|
D | AbstractAccountAuthenticator.java | 151 public void addAccount(IAccountAuthenticatorResponse response, String accountType, in addAccount() 184 public void confirmCredentials(IAccountAuthenticatorResponse response, in confirmCredentials() 211 public void getAuthTokenLabel(IAccountAuthenticatorResponse response, in getAuthTokenLabel() 238 public void getAuthToken(IAccountAuthenticatorResponse response, in getAuthToken() 268 public void updateCredentials(IAccountAuthenticatorResponse response, Account account, in updateCredentials() 299 public void editProperties(IAccountAuthenticatorResponse response, in editProperties() 316 public void hasFeatures(IAccountAuthenticatorResponse response, in hasFeatures() 333 public void getAccountRemovalAllowed(IAccountAuthenticatorResponse response, in getAccountRemovalAllowed() 350 public void getAccountCredentialsForCloning(IAccountAuthenticatorResponse response, in getAccountCredentialsForCloning() 368 public void addAccountFromCredentials(IAccountAuthenticatorResponse response, in addAccountFromCredentials() [all …]
|
D | AccountAuthenticatorResponse.java | 32 private IAccountAuthenticatorResponse mAccountAuthenticatorResponse; 38 public AccountAuthenticatorResponse(IAccountAuthenticatorResponse response) { in AccountAuthenticatorResponse() 44 IAccountAuthenticatorResponse.Stub.asInterface(parcel.readStrongBinder()); in AccountAuthenticatorResponse()
|
D | IAccountAuthenticatorResponse.aidl | 24 oneway interface IAccountAuthenticatorResponse { interface
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-unsupported.txt | 6 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…
|
D | hiddenapi-max-target-o.txt | 307 …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 …]
|
/frameworks/base/services/core/java/com/android/server/accounts/ |
D | AccountManagerService.java | 32 import android.accounts.IAccountAuthenticatorResponse; 4286 new AccountAuthenticatorResponse(new IAccountAuthenticatorResponse.Stub() { in newRequestAccountAccessIntent() 4955 private abstract class Session extends IAccountAuthenticatorResponse.Stub
|
/frameworks/base/boot/ |
D | preloaded-classes | 78 android.accounts.IAccountAuthenticatorResponse$Stub$Proxy 79 android.accounts.IAccountAuthenticatorResponse$Stub 80 android.accounts.IAccountAuthenticatorResponse
|
D | boot-image-profile.txt | 22452 Landroid/accounts/IAccountAuthenticatorResponse$Stub$Proxy; 22453 Landroid/accounts/IAccountAuthenticatorResponse$Stub; 22454 Landroid/accounts/IAccountAuthenticatorResponse;
|
/frameworks/base/config/ |
D | preloaded-classes | 78 android.accounts.IAccountAuthenticatorResponse$Stub$Proxy 79 android.accounts.IAccountAuthenticatorResponse$Stub 80 android.accounts.IAccountAuthenticatorResponse
|
D | boot-image-profile.txt | 32582 Landroid/accounts/IAccountAuthenticatorResponse$Stub$Proxy; 32583 Landroid/accounts/IAccountAuthenticatorResponse$Stub; 32584 Landroid/accounts/IAccountAuthenticatorResponse;
|