Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/accounts/
DIAccountAuthenticator.aidl54 void updateCredentials(in IAccountAuthenticatorResponse response, in Account account, in updateCredentials() method
DAbstractAccountAuthenticator.java212 public void updateCredentials(IAccountAuthenticatorResponse response, Account account, in updateCredentials() method in AbstractAccountAuthenticator.Transport
220 final Bundle result = AbstractAccountAuthenticator.this.updateCredentials( in updateCredentials()
461 public abstract Bundle updateCredentials(AccountAuthenticatorResponse response, in updateCredentials() method in AbstractAccountAuthenticator
DIAccountManager.aidl55 void updateCredentials(in IAccountManagerResponse response, in Account account, in updateCredentials() method
DAccountManager.java1347 public AccountManagerFuture<Bundle> updateCredentials(final Account account,
1355 mService.updateCredentials(mResponse, account, authTokenType, activity != null,
/frameworks/base/services/java/com/android/server/accounts/
DAccountManagerService.java1546 public void updateCredentials(IAccountManagerResponse response, final Account account, in updateCredentials() method in AccountManagerService
1567 mAuthenticator.updateCredentials(this, account, authTokenType, loginOptions); in updateCredentials()
/frameworks/base/api/
Dcurrent.txt2162 …method public abstract android.os.Bundle updateCredentials(android.accounts.AccountAuthenticatorRe…
2219 …method public android.accounts.AccountManagerFuture<android.os.Bundle> updateCredentials(android.a…