Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/accounts/
DAccountManagerServiceTestFixtures.java39 public static final String ACCOUNT_NAME_ERROR = "error@fixture.com"; field in AccountManagerServiceTestFixtures
78 new Account(ACCOUNT_NAME_ERROR, ACCOUNT_TYPE_1);
DAccountManagerServiceTest.java674 AccountManagerServiceTestFixtures.ACCOUNT_NAME_ERROR); in testStartAddAccountSessionError()
858 AccountManagerServiceTestFixtures.ACCOUNT_NAME_ERROR); in testStartUpdateCredentialsSessionError()
1156 AccountManagerServiceTestFixtures.ACCOUNT_NAME_ERROR); in testFinishSessionAsUserError()
2041 createAddAccountOptions(AccountManagerServiceTestFixtures.ACCOUNT_NAME_ERROR), in testAddAccountAsUserError()