Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/accounts/
H A DAccountManagerServiceTestFixtures.java81 public static final String SESSION_DATA_NAME_1 = "session.data.name.1"; field in AccountManagerServiceTestFixtures
H A DAccountManagerServiceTest.java617 assertNull(sessionBundle.getString(AccountManagerServiceTestFixtures.SESSION_DATA_NAME_1)); in testStartAddAccountSessionSuccessWithoutPasswordForwarding()
649 assertNull(sessionBundle.getString(AccountManagerServiceTestFixtures.SESSION_DATA_NAME_1)); in testStartAddAccountSessionSuccessWithPasswordForwarding()
837 assertNull(sessionBundle.getString(AccountManagerServiceTestFixtures.SESSION_DATA_NAME_1)); in testStartUpdateCredentialsSessionSuccessWithoutPasswordForwarding()
868 assertNull(sessionBundle.getString(AccountManagerServiceTestFixtures.SESSION_DATA_NAME_1)); in testStartUpdateCredentialsSessionSuccessWithPasswordForwarding()
1164 sessionBundle.getString(AccountManagerServiceTestFixtures.SESSION_DATA_NAME_1)); in testFinishSessionAsUserSuccess()
3400 AccountManagerServiceTestFixtures.SESSION_DATA_NAME_1, in createEncryptedSessionBundle()
3412 AccountManagerServiceTestFixtures.SESSION_DATA_NAME_1, in createEncryptedSessionBundleWithError()
3428 AccountManagerServiceTestFixtures.SESSION_DATA_NAME_1, in createEncryptedSessionBundleWithNoAccountType()
3443 AccountManagerServiceTestFixtures.SESSION_DATA_NAME_1, in createOptionsWithAccountName()