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; 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 …]
|
D | AbstractAccountAuthenticator.java | 155 public void addAccount(IAccountAuthenticatorResponse response, String accountType, in addAccount() 186 public void confirmCredentials(IAccountAuthenticatorResponse response, in confirmCredentials() 211 public void getAuthTokenLabel(IAccountAuthenticatorResponse response, in getAuthTokenLabel() 236 public void getAuthToken(IAccountAuthenticatorResponse response, in getAuthToken() 264 public void updateCredentials(IAccountAuthenticatorResponse response, Account account, in updateCredentials() 293 public void editProperties(IAccountAuthenticatorResponse response, in editProperties() 308 public void hasFeatures(IAccountAuthenticatorResponse response, in hasFeatures() 323 public void getAccountRemovalAllowed(IAccountAuthenticatorResponse response, in getAccountRemovalAllowed() 338 public void getAccountCredentialsForCloning(IAccountAuthenticatorResponse response, in getAccountCredentialsForCloning() 354 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; 4141 new AccountAuthenticatorResponse(new IAccountAuthenticatorResponse.Stub() { in newRequestAccountAccessIntent() 4775 private abstract class Session extends IAccountAuthenticatorResponse.Stub
|
/frameworks/base/boot/ |
D | preloaded-classes | 68 android.accounts.IAccountAuthenticatorResponse$Stub$Proxy 69 android.accounts.IAccountAuthenticatorResponse$Stub 70 android.accounts.IAccountAuthenticatorResponse
|
D | boot-image-profile.txt | 22773 Landroid/accounts/IAccountAuthenticatorResponse$Stub$Proxy; 22774 Landroid/accounts/IAccountAuthenticatorResponse$Stub; 22775 Landroid/accounts/IAccountAuthenticatorResponse;
|
/frameworks/base/config/ |
D | preloaded-classes | 68 android.accounts.IAccountAuthenticatorResponse$Stub$Proxy 69 android.accounts.IAccountAuthenticatorResponse$Stub 70 android.accounts.IAccountAuthenticatorResponse
|
D | boot-image-profile.txt | 32406 Landroid/accounts/IAccountAuthenticatorResponse$Stub$Proxy; 32407 Landroid/accounts/IAccountAuthenticatorResponse$Stub; 32408 Landroid/accounts/IAccountAuthenticatorResponse;
|