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

/frameworks/base/telecomm/java/android/telecom/
H A DAuthenticatorService.java88 public Bundle updateCredentials(AccountAuthenticatorResponse accountAuthenticatorResponse, method in class:AuthenticatorService.Authenticator
/frameworks/base/core/java/android/accounts/
H A DAbstractAccountAuthenticator.java263 public void updateCredentials(IAccountAuthenticatorResponse response, Account account, method in class:AbstractAccountAuthenticator.Transport
266 Log.v(TAG, "updateCredentials: " + account
271 final Bundle result = AbstractAccountAuthenticator.this.updateCredentials(
279 Log.v(TAG, "updateCredentials: result "
286 handleException(response, "updateCredentials",
655 public abstract Bundle updateCredentials(AccountAuthenticatorResponse response, method in class:AbstractAccountAuthenticator
944 // updateCredentials(...).
962 return updateCredentials(response, account, authTokenType, options);
H A DAccountManager.java1799 public AccountManagerFuture<Bundle> updateCredentials(final Account account, method in class:AccountManager
1808 mService.updateCredentials(mResponse, account, authTokenType, activity != null,
2936 * Checks whether {@link #updateCredentials} or {@link #startUpdateCredentialsSession} should be
2942 * @param account The {@link Account} to be checked whether {@link #updateCredentials} or
/frameworks/base/services/core/java/com/android/server/accounts/
H A DAccountManagerService.java3199 public void updateCredentials(IAccountManagerResponse response, final Account account, method in class:AccountManagerService
3204 Log.v(TAG, "updateCredentials: " + account
3222 mAuthenticator.updateCredentials(this, account, authTokenType, loginOptions);
3227 return super.toDebugString(now) + ", updateCredentials"

Completed in 101 milliseconds