Searched defs:updateCredentials (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/java/android/accounts/
H A DAbstractAccountAuthenticator.java212 public void updateCredentials(IAccountAuthenticatorResponse response, Account account, method in class:AbstractAccountAuthenticator.Transport
215 Log.v(TAG, "updateCredentials: " + account
220 final Bundle result = AbstractAccountAuthenticator.this.updateCredentials(
225 Log.v(TAG, "updateCredentials: result "
232 handleException(response, "updateCredentials",
461 public abstract Bundle updateCredentials(AccountAuthenticatorResponse response, method in class:AbstractAccountAuthenticator
H A DAccountManager.java1347 public AccountManagerFuture<Bundle> updateCredentials(final Account account, method in class:AccountManager
1355 mService.updateCredentials(mResponse, account, authTokenType, activity != null,
/frameworks/base/services/java/com/android/server/accounts/
H A DAccountManagerService.java1585 public void updateCredentials(IAccountManagerResponse response, final Account account, method in class:AccountManagerService
1589 Log.v(TAG, "updateCredentials: " + account
1607 mAuthenticator.updateCredentials(this, account, authTokenType, loginOptions);
1612 return super.toDebugString(now) + ", updateCredentials"

Completed in 112 milliseconds