Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/accounts/
DIAccountAuthenticator.aidl54 void updateCredentials(in IAccountAuthenticatorResponse response, in Account account, in updateCredentials() method
DAbstractAccountAuthenticator.java251 public void updateCredentials(IAccountAuthenticatorResponse response, Account account, in updateCredentials() method in AbstractAccountAuthenticator.Transport
259 final Bundle result = AbstractAccountAuthenticator.this.updateCredentials( in updateCredentials()
457 public abstract Bundle updateCredentials(AccountAuthenticatorResponse response, in updateCredentials() method in AbstractAccountAuthenticator
DIAccountManager.aidl51 void updateCredentials(in IAccountManagerResponse response, in Account account, in updateCredentials() method
DAccountManager.java1076 public AccountManagerFuture<Bundle> updateCredentials(final Account account,
1084 mService.updateCredentials(mResponse, account, authTokenType, activity != null,
DAccountManagerService.java1115 public void updateCredentials(IAccountManagerResponse response, final Account account, in updateCredentials() method in AccountManagerService
1127 mAuthenticator.updateCredentials(this, account, authTokenType, loginOptions); in updateCredentials()