Searched refs:updateCredentials (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/core/java/android/accounts/ |
D | IAccountAuthenticator.aidl | 54 void updateCredentials(in IAccountAuthenticatorResponse response, in Account account, in updateCredentials() method
|
D | AbstractAccountAuthenticator.java | 251 public void updateCredentials(IAccountAuthenticatorResponse response, Account account, in updateCredentials() method in AbstractAccountAuthenticator.Transport 259 final Bundle result = AbstractAccountAuthenticator.this.updateCredentials( in updateCredentials() 457 public abstract Bundle updateCredentials(AccountAuthenticatorResponse response, in updateCredentials() method in AbstractAccountAuthenticator
|
D | IAccountManager.aidl | 51 void updateCredentials(in IAccountManagerResponse response, in Account account, in updateCredentials() method
|
D | AccountManager.java | 1076 public AccountManagerFuture<Bundle> updateCredentials(final Account account, 1084 mService.updateCredentials(mResponse, account, authTokenType, activity != null,
|
D | AccountManagerService.java | 1115 public void updateCredentials(IAccountManagerResponse response, final Account account, in updateCredentials() method in AccountManagerService 1127 mAuthenticator.updateCredentials(this, account, authTokenType, loginOptions); in updateCredentials()
|