Home
last modified time | relevance | path

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

/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
DMockAccountAuthenticator.java60 public Bundle updateCredentials(AccountAuthenticatorResponse response, Account account, in updateCredentials() method in MockAccountAuthenticator
/cts/tests/tests/content/src/android/content/cts/
DMockAccountAuthenticator.java62 public Bundle updateCredentials(AccountAuthenticatorResponse response, Account account, in updateCredentials() method in MockAccountAuthenticator
/cts/tests/tests/provider/src/android/provider/cts/contacts/account/
DStaticAccountAuthenticator.java89 public Bundle updateCredentials(AccountAuthenticatorResponse response, Account account, in updateCredentials() method in StaticAccountAuthenticator
/cts/tests/tests/accounts/src/android/accounts/cts/
DMockAccountAuthenticator.java163 public Bundle updateCredentials(AccountAuthenticatorResponse response, Account account, in updateCredentials() method in MockAccountAuthenticator
DAccountManagerTest.java1444 am.updateCredentials(ACCOUNT, in testLastAuthenticatedTimeAfterUpdateCredentialsSuccess()
1523 AccountManagerFuture<Bundle> futureBundle = am.updateCredentials(ACCOUNT, in testUpdateCredentials()
1580 AccountManagerFuture<Bundle> futureBundle = am.updateCredentials(ACCOUNT, in testUpdateCredentialsWithCallbackAndHandler()
/cts/tests/tests/accounts/common/src/android/accounts/cts/common/
DTestAccountAuthenticator.java235 public Bundle updateCredentials( in updateCredentials() method in TestAccountAuthenticator