Searched refs:updateCredentials (Results 1 – 6 of 6) 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 | 212 public void updateCredentials(IAccountAuthenticatorResponse response, Account account, in updateCredentials() method in AbstractAccountAuthenticator.Transport 220 final Bundle result = AbstractAccountAuthenticator.this.updateCredentials( in updateCredentials() 461 public abstract Bundle updateCredentials(AccountAuthenticatorResponse response, in updateCredentials() method in AbstractAccountAuthenticator
|
D | IAccountManager.aidl | 55 void updateCredentials(in IAccountManagerResponse response, in Account account, in updateCredentials() method
|
D | AccountManager.java | 1347 public AccountManagerFuture<Bundle> updateCredentials(final Account account, 1355 mService.updateCredentials(mResponse, account, authTokenType, activity != null,
|
/frameworks/base/services/java/com/android/server/accounts/ |
D | AccountManagerService.java | 1546 public void updateCredentials(IAccountManagerResponse response, final Account account, in updateCredentials() method in AccountManagerService 1567 mAuthenticator.updateCredentials(this, account, authTokenType, loginOptions); in updateCredentials()
|
/frameworks/base/api/ |
D | current.txt | 2162 …method public abstract android.os.Bundle updateCredentials(android.accounts.AccountAuthenticatorRe… 2219 …method public android.accounts.AccountManagerFuture<android.os.Bundle> updateCredentials(android.a…
|