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.java885 createEncryptedSessionBundle( in testFinishSessionAsUserWithNullResponse()
922 createEncryptedSessionBundle(AccountManagerServiceTestFixtures.ACCOUNT_NAME_SUCCESS), in testFinishSessionAsUserUserCannotModifyAccountNoDPM()
954 createEncryptedSessionBundle(AccountManagerServiceTestFixtures.ACCOUNT_NAME_SUCCESS), in testFinishSessionAsUserUserCannotModifyAccountWithDPM()
1008 createEncryptedSessionBundle(AccountManagerServiceTestFixtures.ACCOUNT_NAME_SUCCESS), in testFinishSessionAsUserUserCannotModifyAccountForTypeNoDPM()
1042 createEncryptedSessionBundle(AccountManagerServiceTestFixtures.ACCOUNT_NAME_SUCCESS), in testFinishSessionAsUserUserCannotModifyAccountForTypeWithDPM()
1061 createEncryptedSessionBundle(AccountManagerServiceTestFixtures.ACCOUNT_NAME_SUCCESS), in testFinishSessionAsUserSuccess()
1110 createEncryptedSessionBundle(AccountManagerServiceTestFixtures.ACCOUNT_NAME_INTERVENE), in testFinishSessionAsUserReturnWithInvalidIntent()
1137 createEncryptedSessionBundle(AccountManagerServiceTestFixtures.ACCOUNT_NAME_INTERVENE), in testFinishSessionAsUserReturnWithValidIntent()
3125 private Bundle createEncryptedSessionBundle(final String accountName) { in createEncryptedSessionBundle() method in AccountManagerServiceTest