Home
last modified time | relevance | path

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

/frameworks/base/telecomm/java/android/telecom/
DAuthenticatorService.java88 public Bundle updateCredentials(AccountAuthenticatorResponse accountAuthenticatorResponse, in updateCredentials() method in AuthenticatorService.Authenticator
/frameworks/base/core/java/android/accounts/
DIAccountAuthenticator.aidl54 void updateCredentials(in IAccountAuthenticatorResponse response, in Account account, in updateCredentials() method
DAbstractAccountAuthenticator.java263 public void updateCredentials(IAccountAuthenticatorResponse response, Account account, in updateCredentials() method in AbstractAccountAuthenticator.Transport
655 public abstract Bundle updateCredentials(AccountAuthenticatorResponse response, in updateCredentials() method in AbstractAccountAuthenticator
DIAccountManager.aidl66 void updateCredentials(in IAccountManagerResponse response, in Account account, in updateCredentials() method
/frameworks/base/services/core/java/com/android/server/accounts/
DAccountManagerService.java3049 public void updateCredentials(IAccountManagerResponse response, final Account account, in updateCredentials() method in AccountManagerService