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/
DTestAccountType1Authenticator.java84 AccountManagerServiceTestFixtures.ACCOUNT_NAME_INTERVENE)) { in addAccount()
119 } else if (account.name.equals(AccountManagerServiceTestFixtures.ACCOUNT_NAME_INTERVENE)) { in confirmCredentials()
165 } else if (account.name.equals(AccountManagerServiceTestFixtures.ACCOUNT_NAME_INTERVENE)) { in getAuthToken()
213 } else if (account.name.equals(AccountManagerServiceTestFixtures.ACCOUNT_NAME_INTERVENE)) { in updateCredentials()
247 } else if (account.name.equals(AccountManagerServiceTestFixtures.ACCOUNT_NAME_INTERVENE)) { in hasFeatures()
290 AccountManagerServiceTestFixtures.ACCOUNT_NAME_INTERVENE)) { in startAddAccountSession()
346 AccountManagerServiceTestFixtures.ACCOUNT_NAME_INTERVENE)) { in startUpdateCredentialsSession()
398 AccountManagerServiceTestFixtures.ACCOUNT_NAME_INTERVENE)) { in finishSession()
451 AccountManagerServiceTestFixtures.ACCOUNT_NAME_INTERVENE)) { in getAccountRemovalAllowed()
DAccountManagerServiceTestFixtures.java38 public static final String ACCOUNT_NAME_INTERVENE = "intervene@fixture.com"; field in AccountManagerServiceTestFixtures
76 new Account(ACCOUNT_NAME_INTERVENE, ACCOUNT_TYPE_1);
DAccountManagerServiceTest.java622 AccountManagerServiceTestFixtures.ACCOUNT_NAME_INTERVENE); in testStartAddAccountSessionReturnWithInvalidIntent()
651 AccountManagerServiceTestFixtures.ACCOUNT_NAME_INTERVENE); in testStartAddAccountSessionReturnWithValidIntent()
806 AccountManagerServiceTestFixtures.ACCOUNT_NAME_INTERVENE); in testStartUpdateCredentialsSessionReturnWithInvalidIntent()
835 AccountManagerServiceTestFixtures.ACCOUNT_NAME_INTERVENE); in testStartUpdateCredentialsSessionReturnWithValidIntent()
1110 createEncryptedSessionBundle(AccountManagerServiceTestFixtures.ACCOUNT_NAME_INTERVENE), in testFinishSessionAsUserReturnWithInvalidIntent()
1137 createEncryptedSessionBundle(AccountManagerServiceTestFixtures.ACCOUNT_NAME_INTERVENE), in testFinishSessionAsUserReturnWithValidIntent()
1986 createAddAccountOptions(AccountManagerServiceTestFixtures.ACCOUNT_NAME_INTERVENE), in testAddAccountAsUserReturnWithInvalidIntent()
2015 createAddAccountOptions(AccountManagerServiceTestFixtures.ACCOUNT_NAME_INTERVENE), in testAddAccountAsUserReturnWithValidIntent()