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.java878 createEncryptedSessionBundle( in testFinishSessionAsUserWithNullResponse()
915 createEncryptedSessionBundle(AccountManagerServiceTestFixtures.ACCOUNT_NAME_SUCCESS), in testFinishSessionAsUserUserCannotModifyAccountNoDPM()
947 createEncryptedSessionBundle(AccountManagerServiceTestFixtures.ACCOUNT_NAME_SUCCESS), in testFinishSessionAsUserUserCannotModifyAccountWithDPM()
1001 createEncryptedSessionBundle(AccountManagerServiceTestFixtures.ACCOUNT_NAME_SUCCESS), in testFinishSessionAsUserUserCannotModifyAccountForTypeNoDPM()
1035 createEncryptedSessionBundle(AccountManagerServiceTestFixtures.ACCOUNT_NAME_SUCCESS), in testFinishSessionAsUserUserCannotModifyAccountForTypeWithDPM()
1054 createEncryptedSessionBundle(AccountManagerServiceTestFixtures.ACCOUNT_NAME_SUCCESS), in testFinishSessionAsUserSuccess()
1101 createEncryptedSessionBundle(AccountManagerServiceTestFixtures.ACCOUNT_NAME_INTERVENE), in testFinishSessionAsUserReturnWithInvalidIntent()
1128 createEncryptedSessionBundle(AccountManagerServiceTestFixtures.ACCOUNT_NAME_INTERVENE), in testFinishSessionAsUserReturnWithValidIntent()
3102 private Bundle createEncryptedSessionBundle(final String accountName) { in createEncryptedSessionBundle() method in AccountManagerServiceTest