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

/frameworks/base/core/java/android/accounts/
H A DIAccountAuthenticator.aidl54 void updateCredentials(in IAccountAuthenticatorResponse response, in Account account,
H A DAbstractAccountAuthenticator.java251 public void updateCredentials(IAccountAuthenticatorResponse response, Account account, method in class:AbstractAccountAuthenticator.Transport
254 Log.v(TAG, "updateCredentials: " + account
259 final Bundle result = AbstractAccountAuthenticator.this.updateCredentials(
264 Log.v(TAG, "updateCredentials: result "
272 Log.v(TAG, "updateCredentials", e);
277 Log.v(TAG, "updateCredentials", e);
280 "updateCredentials not supported");
457 public abstract Bundle updateCredentials(AccountAuthenticatorResponse response, method in class:AbstractAccountAuthenticator
H A DIAccountManager.aidl51 void updateCredentials(in IAccountManagerResponse response, in Account account,
H A DAccountManager.java1054 public AccountManagerFuture<Bundle> updateCredentials(final Account account, method in class:AccountManager
1062 mService.updateCredentials(mResponse, account, authTokenType, activity != null,
H A DAccountManagerService.java1028 public void updateCredentials(IAccountManagerResponse response, final Account account, method in class:AccountManagerService
1040 mAuthenticator.updateCredentials(this, account, authTokenType, loginOptions);
1044 return super.toDebugString(now) + ", updateCredentials"

Completed in 30 milliseconds