Home
last modified time | relevance | path

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

/cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
DAccountAuthenticator.java60 public Bundle updateCredentials(AccountAuthenticatorResponse response, Account account, in updateCredentials() method in AccountAuthenticator
/cts/tests/tests/content/src/android/content/cts/
DMockAccountAuthenticator.java62 public Bundle updateCredentials(AccountAuthenticatorResponse response, Account account, in updateCredentials() method in MockAccountAuthenticator
/cts/hostsidetests/devicepolicy/app/AccountManagement/src/com/android/cts/devicepolicy/accountmanagement/
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.java164 public Bundle updateCredentials(AccountAuthenticatorResponse response, Account account, in updateCredentials() method in MockAccountAuthenticator
DAccountManagerTest.java1517 am.updateCredentials(ACCOUNT, in testLastAuthenticatedTimeAfterUpdateCredentialsSuccess()
1596 AccountManagerFuture<Bundle> futureBundle = am.updateCredentials(ACCOUNT, in testUpdateCredentials()
1653 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