HomeSort by relevance Sort by last modified time
    Searched refs:TEST_ACCOUNT (Results 1 - 3 of 3) sorted by null

  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/personalization/
UserHistoryDictionaryTests.java 37 private static final String TEST_ACCOUNT = "account@example.com";
131 doTestRandomWords(TEST_ACCOUNT);
135 doTestStressTestForSwitchingLanguagesAndAddingWords(TEST_ACCOUNT);
190 doTestAddManyWords(TEST_ACCOUNT);
  /packages/apps/Contacts/tests/src/com/android/contacts/activities/
PeopleActivityTest.java 70 private static final String TEST_ACCOUNT = "testAccount";
102 AccountWithDataSet account = new AccountWithDataSet(TEST_ACCOUNT, TEST_ACCOUNT_TYPE, null);
172 row1.put(Contacts.Entity.ACCOUNT_NAME, TEST_ACCOUNT);
  /packages/apps/ContactsCommon/tests/src/com/android/contacts/common/
RawContactDeltaListTests.java 78 public static final String TEST_ACCOUNT = "org.example.test";
141 contact.put(RawContacts.ACCOUNT_TYPE, TEST_ACCOUNT);

Completed in 1852 milliseconds