Home
last modified time | relevance | path

Searched refs:ACCOUNT_SUCCESS (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/accounts/
H A DAccountManagerServiceTest.java788 AccountManagerServiceTestFixtures.ACCOUNT_SUCCESS, in testStartUpdateCredentialsSessionWithNullResponse()
827 AccountManagerServiceTestFixtures.ACCOUNT_SUCCESS, in testStartUpdateCredentialsSessionSuccessWithoutPasswordForwarding()
857 AccountManagerServiceTestFixtures.ACCOUNT_SUCCESS, in testStartUpdateCredentialsSessionSuccessWithPasswordForwarding()
1267 AccountManagerServiceTestFixtures.ACCOUNT_SUCCESS, in testIsCredentialsUpdatedSuggestedWithNullResponse()
1295 AccountManagerServiceTestFixtures.ACCOUNT_SUCCESS, in testIsCredentialsUpdatedSuggestedWithEmptyStatusToken()
1328 AccountManagerServiceTestFixtures.ACCOUNT_SUCCESS, in testIsCredentialsUpdatedSuggestedSuccess()
1427 AccountManagerServiceTestFixtures.ACCOUNT_SUCCESS, in testRemoveAccountAsUserWithNullResponse()
1461 AccountManagerServiceTestFixtures.ACCOUNT_SUCCESS, in testRemoveAccountAsUserAccountNotManagedByCaller()
1482 AccountManagerServiceTestFixtures.ACCOUNT_SUCCESS, in testRemoveAccountAsUserUserCannotModifyAccount()
1504 AccountManagerServiceTestFixtures.ACCOUNT_SUCCESS, in testRemoveAccountAsUserUserCannotModifyAccountType()
[all …]
H A DAccountManagerServiceTestFixtures.java70 public static final Account ACCOUNT_SUCCESS = field in AccountManagerServiceTestFixtures