Home
last modified time | relevance | path

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

/packages/apps/Contacts/tests/src/com/android/contacts/database/
DSimContactDaoTests.java294 private String mNameSuffix; field in SimContactDaoTests.FindAccountsIntegrationTests
320 mNameSuffix = getClass().getSimpleName() + "At" + System.nanoTime(); in setUp()
339 new SimContact(1, "Name 1 " + mNameSuffix, "5550101"), in returnsEmptyMapWhenNoMatchingContactsExist()
340 new SimContact(2, "Name 2 " + mNameSuffix, "5550102"), in returnsEmptyMapWhenNoMatchingContactsExist()
341 new SimContact(3, "Name 3 " + mNameSuffix, "5550103"), in returnsEmptyMapWhenNoMatchingContactsExist()
342 new SimContact(4, "Name 4 " + mNameSuffix, "5550104")); in returnsEmptyMapWhenNoMatchingContactsExist()
360 new SimContact(2, "Exists 2 " + mNameSuffix, "5550102"); in hasAccountWithMatchingContactsWhenSingleMatchingContactExists()
362 new SimContact(4, "Exists 4 " + mNameSuffix, "5550104"); in hasAccountWithMatchingContactsWhenSingleMatchingContactExists()
365 new SimContact(1, "Missing 1 " + mNameSuffix, "5550101"), in hasAccountWithMatchingContactsWhenSingleMatchingContactExists()
367 new SimContact(3, "Missing 3 " + mNameSuffix, "5550103"), in hasAccountWithMatchingContactsWhenSingleMatchingContactExists()
[all …]