Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/accounts/
H A DAccountManagerServiceTestFixtures.java38 public static final String ACCOUNT_NAME_ERROR = "error@fixture.com"; field in AccountManagerServiceTestFixtures
77 new Account(ACCOUNT_NAME_ERROR, ACCOUNT_TYPE_1);
H A DAccountManagerServiceTest.java761 AccountManagerServiceTestFixtures.ACCOUNT_NAME_ERROR); in testStartAddAccountSessionError()
945 AccountManagerServiceTestFixtures.ACCOUNT_NAME_ERROR); in testStartUpdateCredentialsSessionError()
1243 AccountManagerServiceTestFixtures.ACCOUNT_NAME_ERROR); in testFinishSessionAsUserError()
2202 createAddAccountOptions(AccountManagerServiceTestFixtures.ACCOUNT_NAME_ERROR), in testAddAccountAsUserError()