Home
last modified time | relevance | path

Searched refs:TEST_ACCOUNT (Results 1 – 3 of 3) sorted by relevance

/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/personalization/
DUserHistoryDictionaryTests.java37 private static final String TEST_ACCOUNT = "account@example.com"; field in UserHistoryDictionaryTests
131 doTestRandomWords(TEST_ACCOUNT); in testRandomWords()
135 doTestStressTestForSwitchingLanguagesAndAddingWords(TEST_ACCOUNT); in testStressTestForSwitchingLanguagesAndAddingWords()
190 doTestAddManyWords(TEST_ACCOUNT); in testAddManyWords()
/packages/apps/Contacts/tests/src/com/android/contacts/activities/
DPeopleActivityTest.java70 private static final String TEST_ACCOUNT = "testAccount"; field in PeopleActivityTest
102 AccountWithDataSet account = new AccountWithDataSet(TEST_ACCOUNT, TEST_ACCOUNT_TYPE, null); in setUp()
172 row1.put(Contacts.Entity.ACCOUNT_NAME, TEST_ACCOUNT); in expectContactEntityQuery()
/packages/apps/ContactsCommon/tests/src/com/android/contacts/common/
DRawContactDeltaListTests.java75 public static final String TEST_ACCOUNT = "org.example.test"; field in RawContactDeltaListTests
138 contact.put(RawContacts.ACCOUNT_TYPE, TEST_ACCOUNT); in buildAfterEntity()