Home
last modified time | relevance | path

Searched refs:TEST_ACCOUNT_NAME (Results 1 – 5 of 5) sorted by relevance

/packages/apps/Contacts/tests/src/com/android/contacts/model/
DRawContactDeltaTests.java51 public static final String TEST_ACCOUNT_NAME = "TEST"; field in RawContactDeltaTests
325 after.put(RawContacts.ACCOUNT_NAME, TEST_ACCOUNT_NAME); in testEntityDiffInsert()
347 after.put(RawContacts.ACCOUNT_NAME, TEST_ACCOUNT_NAME); in testEntityDiffInsertInsert()
DRawContactModifierTests.java70 private static final String TEST_ACCOUNT_NAME = "unittest@example.com"; field in RawContactModifierTests
170 contact.put(RawContacts.ACCOUNT_NAME, TEST_ACCOUNT_NAME); in getRawContact()
DRawContactDeltaListTests.java107 after.put(RawContacts.ACCOUNT_NAME, RawContactDeltaTests.TEST_ACCOUNT_NAME); in getInsert()
/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/pbapclient/
DPbapParserTest.java51 private static final String TEST_ACCOUNT_NAME = "PBAPTESTACCOUNT"; field in PbapParserTest
59 mAccount = new Account(TEST_ACCOUNT_NAME, in setUp()
/packages/apps/Settings/tests/robotests/src/com/android/settings/
DMainClearTest.java77 private static final String TEST_ACCOUNT_NAME = "test@example.com"; field in MainClearTest
382 Account[] accounts = new Account[]{new Account(TEST_ACCOUNT_NAME, TEST_ACCOUNT_TYPE)}; in testGetAccountConfirmationIntent_unresolved()
401 Account[] accounts = new Account[]{new Account(TEST_ACCOUNT_NAME, TEST_ACCOUNT_TYPE)}; in testTryShowAccountConfirmation_ok()