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

/frameworks/base/telecomm/java/android/telecom/
H A DAuthenticatorService.java88 public Bundle updateCredentials(AccountAuthenticatorResponse accountAuthenticatorResponse, method in class:AuthenticatorService.Authenticator
/frameworks/base/core/java/android/accounts/
H A DIAccountAuthenticator.aidl54 void updateCredentials(in IAccountAuthenticatorResponse response, in Account account,
H A DAbstractAccountAuthenticator.java263 public void updateCredentials(IAccountAuthenticatorResponse response, Account account, method in class:AbstractAccountAuthenticator.Transport
266 Log.v(TAG, "updateCredentials: " + account
271 final Bundle result = AbstractAccountAuthenticator.this.updateCredentials(
279 Log.v(TAG, "updateCredentials: result "
286 handleException(response, "updateCredentials",
660 public abstract Bundle updateCredentials(AccountAuthenticatorResponse response, method in class:AbstractAccountAuthenticator
945 // updateCredentials(...).
963 return updateCredentials(response, account, authTokenType, options);
H A DIAccountManager.aidl72 void updateCredentials(in IAccountManagerResponse response, in Account account,
H A DAccountManager.java2076 public AccountManagerFuture<Bundle> updateCredentials(final Account account, method in class:AccountManager
2085 mService.updateCredentials(mResponse, account, authTokenType, activity != null,
3241 * Checks whether {@link #updateCredentials} or {@link #startUpdateCredentialsSession} should be
3247 * @param account The {@link Account} to be checked whether {@link #updateCredentials} or
/frameworks/base/services/tests/servicestests/src/com/android/server/accounts/
H A DTestAccountType2Authenticator.java89 public Bundle updateCredentials( method in class:TestAccountType2Authenticator
95 "updateCredentials is not supported by the TestAccountType2Authenticator");
H A DTestAccountType1Authenticator.java199 public Bundle updateCredentials( method in class:TestAccountType1Authenticator
H A DAccountManagerServiceTest.java2171 mAms.updateCredentials(
2187 mAms.updateCredentials(
2205 mAms.updateCredentials(
2237 mAms.updateCredentials(
2265 mAms.updateCredentials(
2289 mAms.updateCredentials(
/frameworks/base/services/core/java/com/android/server/accounts/
H A DAccountManagerService.java3661 public void updateCredentials(IAccountManagerResponse response, final Account account, method in class:AccountManagerService
3666 Log.v(TAG, "updateCredentials: " + account
3684 mAuthenticator.updateCredentials(this, account, authTokenType, loginOptions);
3689 return super.toDebugString(now) + ", updateCredentials"

Completed in 765 milliseconds