Home
last modified time | relevance | path

Searched refs:ACCOUNT_NAME_INTERVENE (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/services/tests/servicestests/src/com/android/server/accounts/
DAccountManagerServiceTestFixtures.java37 public static final String ACCOUNT_NAME_INTERVENE = "intervene@fixture.com"; field in AccountManagerServiceTestFixtures
75 new Account(ACCOUNT_NAME_INTERVENE, ACCOUNT_TYPE_1);
DTestAccountType1Authenticator.java82 AccountManagerServiceTestFixtures.ACCOUNT_NAME_INTERVENE)) { in addAccount()
117 } else if (account.name.equals(AccountManagerServiceTestFixtures.ACCOUNT_NAME_INTERVENE)) { in confirmCredentials()
163 } else if (account.name.equals(AccountManagerServiceTestFixtures.ACCOUNT_NAME_INTERVENE)) { in getAuthToken()
211 } else if (account.name.equals(AccountManagerServiceTestFixtures.ACCOUNT_NAME_INTERVENE)) { in updateCredentials()
245 } else if (account.name.equals(AccountManagerServiceTestFixtures.ACCOUNT_NAME_INTERVENE)) { in hasFeatures()
290 AccountManagerServiceTestFixtures.ACCOUNT_NAME_INTERVENE)) { in startAddAccountSession()
347 AccountManagerServiceTestFixtures.ACCOUNT_NAME_INTERVENE)) { in startUpdateCredentialsSession()
399 AccountManagerServiceTestFixtures.ACCOUNT_NAME_INTERVENE)) { in finishSession()
452 AccountManagerServiceTestFixtures.ACCOUNT_NAME_INTERVENE)) { in getAccountRemovalAllowed()
DAccountManagerServiceTest.java680 AccountManagerServiceTestFixtures.ACCOUNT_NAME_INTERVENE); in testStartAddAccountSessionReturnWithInvalidIntent()
709 AccountManagerServiceTestFixtures.ACCOUNT_NAME_INTERVENE); in testStartAddAccountSessionReturnWithValidIntent()
743 AccountManagerServiceTestFixtures.ACCOUNT_NAME_INTERVENE); in testStartAddAccountSessionWhereAuthenticatorReturnsIntentWithProhibitedFlags()
899 AccountManagerServiceTestFixtures.ACCOUNT_NAME_INTERVENE); in testStartUpdateCredentialsSessionReturnWithInvalidIntent()
928 AccountManagerServiceTestFixtures.ACCOUNT_NAME_INTERVENE); in testStartUpdateCredentialsSessionReturnWithValidIntent()
1203 createEncryptedSessionBundle(AccountManagerServiceTestFixtures.ACCOUNT_NAME_INTERVENE), in testFinishSessionAsUserReturnWithInvalidIntent()
1230 createEncryptedSessionBundle(AccountManagerServiceTestFixtures.ACCOUNT_NAME_INTERVENE), in testFinishSessionAsUserReturnWithValidIntent()
2153 createAddAccountOptions(AccountManagerServiceTestFixtures.ACCOUNT_NAME_INTERVENE), in testAddAccountAsUserReturnWithInvalidIntent()
2182 createAddAccountOptions(AccountManagerServiceTestFixtures.ACCOUNT_NAME_INTERVENE), in testAddAccountAsUserReturnWithValidIntent()