Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/accounts/
DAccountManagerServiceTest.java978 createEncryptedSessionBundle( in testFinishSessionAsUserWithNullResponse()
1015 createEncryptedSessionBundle(AccountManagerServiceTestFixtures.ACCOUNT_NAME_SUCCESS), in testFinishSessionAsUserUserCannotModifyAccountNoDPM()
1047 createEncryptedSessionBundle(AccountManagerServiceTestFixtures.ACCOUNT_NAME_SUCCESS), in testFinishSessionAsUserUserCannotModifyAccountWithDPM()
1101 createEncryptedSessionBundle(AccountManagerServiceTestFixtures.ACCOUNT_NAME_SUCCESS), in testFinishSessionAsUserUserCannotModifyAccountForTypeNoDPM()
1135 createEncryptedSessionBundle(AccountManagerServiceTestFixtures.ACCOUNT_NAME_SUCCESS), in testFinishSessionAsUserUserCannotModifyAccountForTypeWithDPM()
1154 createEncryptedSessionBundle(AccountManagerServiceTestFixtures.ACCOUNT_NAME_SUCCESS), in testFinishSessionAsUserSuccess()
1203 createEncryptedSessionBundle(AccountManagerServiceTestFixtures.ACCOUNT_NAME_INTERVENE), in testFinishSessionAsUserReturnWithInvalidIntent()
1230 createEncryptedSessionBundle(AccountManagerServiceTestFixtures.ACCOUNT_NAME_INTERVENE), in testFinishSessionAsUserReturnWithValidIntent()
3507 private Bundle createEncryptedSessionBundle(final String accountName) { in createEncryptedSessionBundle() method in AccountManagerServiceTest