Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/accounts/
H A 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()
H A DAccountManagerServiceTestFixtures.java37 public static final String ACCOUNT_NAME_INTERVENE = "intervene@fixture.com"; field in AccountManagerServiceTestFixtures
75 new Account(ACCOUNT_NAME_INTERVENE, ACCOUNT_TYPE_1);
H A DAccountManagerServiceTest.java674 AccountManagerServiceTestFixtures.ACCOUNT_NAME_INTERVENE); in testStartAddAccountSessionReturnWithInvalidIntent()
703 AccountManagerServiceTestFixtures.ACCOUNT_NAME_INTERVENE); in testStartAddAccountSessionReturnWithValidIntent()
737 AccountManagerServiceTestFixtures.ACCOUNT_NAME_INTERVENE); in testStartAddAccountSessionWhereAuthenticatorReturnsIntentWithProhibitedFlags()
893 AccountManagerServiceTestFixtures.ACCOUNT_NAME_INTERVENE); in testStartUpdateCredentialsSessionReturnWithInvalidIntent()
922 AccountManagerServiceTestFixtures.ACCOUNT_NAME_INTERVENE); in testStartUpdateCredentialsSessionReturnWithValidIntent()
1197 createEncryptedSessionBundle(AccountManagerServiceTestFixtures.ACCOUNT_NAME_INTERVENE), in testFinishSessionAsUserReturnWithInvalidIntent()
1224 createEncryptedSessionBundle(AccountManagerServiceTestFixtures.ACCOUNT_NAME_INTERVENE), in testFinishSessionAsUserReturnWithValidIntent()
2147 createAddAccountOptions(AccountManagerServiceTestFixtures.ACCOUNT_NAME_INTERVENE), in testAddAccountAsUserReturnWithInvalidIntent()
2176 createAddAccountOptions(AccountManagerServiceTestFixtures.ACCOUNT_NAME_INTERVENE), in testAddAccountAsUserReturnWithValidIntent()