Searched refs:updateCredentials (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/core/java/android/accounts/
H A DIAccountAuthenticator.aidl54 void updateCredentials(in IAccountAuthenticatorResponse response, in Account account,
H A DAbstractAccountAuthenticator.java233 public void updateCredentials(IAccountAuthenticatorResponse response, Account account, method in class:AbstractAccountAuthenticator.Transport
236 Log.v(TAG, "updateCredentials: " + account
241 final Bundle result = AbstractAccountAuthenticator.this.updateCredentials(
249 Log.v(TAG, "updateCredentials: result "
256 handleException(response, "updateCredentials",
511 public abstract Bundle updateCredentials(AccountAuthenticatorResponse response, method in class:AbstractAccountAuthenticator
H A DIAccountManager.aidl66 void updateCredentials(in IAccountManagerResponse response, in Account account,
H A DAccountManager.java1762 public AccountManagerFuture<Bundle> updateCredentials(final Account account, method in class:AccountManager
1770 mService.updateCredentials(mResponse, account, authTokenType, activity != null,
/frameworks/base/telecomm/java/android/telecom/
H A DAuthenticatorService.java88 public Bundle updateCredentials(AccountAuthenticatorResponse accountAuthenticatorResponse, method in class:AuthenticatorService.Authenticator
/frameworks/base/services/core/java/com/android/server/accounts/
H A DAccountManagerService.java2330 public void updateCredentials(IAccountManagerResponse response, final Account account, method in class:AccountManagerService
2334 Log.v(TAG, "updateCredentials: " + account
2353 mAuthenticator.updateCredentials(this, account, authTokenType, loginOptions);
2358 return super.toDebugString(now) + ", updateCredentials"

Completed in 118 milliseconds