Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/accounts/
DAccountManagerServiceTestFixtures.java81 public static final String SESSION_DATA_NAME_1 = "session.data.name.1"; field in AccountManagerServiceTestFixtures
DAccountManagerServiceTest.java623 assertNull(sessionBundle.getString(AccountManagerServiceTestFixtures.SESSION_DATA_NAME_1)); in testStartAddAccountSessionSuccessWithoutPasswordForwarding()
655 assertNull(sessionBundle.getString(AccountManagerServiceTestFixtures.SESSION_DATA_NAME_1)); in testStartAddAccountSessionSuccessWithPasswordForwarding()
843 assertNull(sessionBundle.getString(AccountManagerServiceTestFixtures.SESSION_DATA_NAME_1)); in testStartUpdateCredentialsSessionSuccessWithoutPasswordForwarding()
874 assertNull(sessionBundle.getString(AccountManagerServiceTestFixtures.SESSION_DATA_NAME_1)); in testStartUpdateCredentialsSessionSuccessWithPasswordForwarding()
1170 sessionBundle.getString(AccountManagerServiceTestFixtures.SESSION_DATA_NAME_1)); in testFinishSessionAsUserSuccess()
3511 AccountManagerServiceTestFixtures.SESSION_DATA_NAME_1, in createEncryptedSessionBundle()
3523 AccountManagerServiceTestFixtures.SESSION_DATA_NAME_1, in createEncryptedSessionBundleWithError()
3539 AccountManagerServiceTestFixtures.SESSION_DATA_NAME_1, in createEncryptedSessionBundleWithNoAccountType()
3554 AccountManagerServiceTestFixtures.SESSION_DATA_NAME_1, in createOptionsWithAccountName()