Searched defs:updateCredentials (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/telecomm/java/android/telecom/ |
D | AuthenticatorService.java | 88 public Bundle updateCredentials(AccountAuthenticatorResponse accountAuthenticatorResponse, in updateCredentials() method in AuthenticatorService.Authenticator
|
/frameworks/base/services/tests/servicestests/src/com/android/server/accounts/ |
D | TestAccountType2Authenticator.java | 89 public Bundle updateCredentials( in updateCredentials() method in TestAccountType2Authenticator
|
D | TestAccountType1Authenticator.java | 199 public Bundle updateCredentials( in updateCredentials() method in TestAccountType1Authenticator
|
/frameworks/base/core/java/android/accounts/ |
D | IAccountAuthenticator.aidl | 59 void updateCredentials(in IAccountAuthenticatorResponse response, in Account account, in updateCredentials() method
|
D | AbstractAccountAuthenticator.java | 263 public void updateCredentials(IAccountAuthenticatorResponse response, Account account, in updateCredentials() method in AbstractAccountAuthenticator.Transport 660 public abstract Bundle updateCredentials(AccountAuthenticatorResponse response, in updateCredentials() method in AbstractAccountAuthenticator
|
D | IAccountManager.aidl | 72 void updateCredentials(in IAccountManagerResponse response, in Account account, in updateCredentials() method
|
/frameworks/base/services/core/java/com/android/server/accounts/ |
D | AccountManagerService.java | 3707 public void updateCredentials(IAccountManagerResponse response, final Account account, in updateCredentials() method in AccountManagerService
|