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.java887 createEncryptedSessionBundle( in testFinishSessionAsUserWithNullResponse()
924 createEncryptedSessionBundle(AccountManagerServiceTestFixtures.ACCOUNT_NAME_SUCCESS), in testFinishSessionAsUserUserCannotModifyAccountNoDPM()
956 createEncryptedSessionBundle(AccountManagerServiceTestFixtures.ACCOUNT_NAME_SUCCESS), in testFinishSessionAsUserUserCannotModifyAccountWithDPM()
1010 createEncryptedSessionBundle(AccountManagerServiceTestFixtures.ACCOUNT_NAME_SUCCESS), in testFinishSessionAsUserUserCannotModifyAccountForTypeNoDPM()
1044 createEncryptedSessionBundle(AccountManagerServiceTestFixtures.ACCOUNT_NAME_SUCCESS), in testFinishSessionAsUserUserCannotModifyAccountForTypeWithDPM()
1063 createEncryptedSessionBundle(AccountManagerServiceTestFixtures.ACCOUNT_NAME_SUCCESS), in testFinishSessionAsUserSuccess()
1112 createEncryptedSessionBundle(AccountManagerServiceTestFixtures.ACCOUNT_NAME_INTERVENE), in testFinishSessionAsUserReturnWithInvalidIntent()
1139 createEncryptedSessionBundle(AccountManagerServiceTestFixtures.ACCOUNT_NAME_INTERVENE), in testFinishSessionAsUserReturnWithValidIntent()
3129 private Bundle createEncryptedSessionBundle(final String accountName) { in createEncryptedSessionBundle() method in AccountManagerServiceTest