Home
last modified time | relevance | path

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

/packages/apps/Contacts/tests/src/com/android/contacts/database/
DSimContactDaoTests.java20 import static com.android.contacts.tests.ContactsMatchers.DataCursor.hasEmail;
21 import static com.android.contacts.tests.ContactsMatchers.DataCursor.hasName;
22 import static com.android.contacts.tests.ContactsMatchers.DataCursor.hasPhone;
23 import static com.android.contacts.tests.ContactsMatchers.isSimContactWithNameAndPhone;
64 import com.android.contacts.tests.ContactsMatchers;
140 assertThat(cursor, ContactsMatchers.hasCount(2)); in importFromSim()
146 assertThat(cursor, ContactsMatchers.hasCount(2)); in importFromSim()
152 assertThat(cursor, ContactsMatchers.hasCount(4)); in importFromSim()
169 assertThat(cursor, ContactsMatchers.hasCount(1)); in importContactWhichOnlyHasName()
184 assertThat(cursor, ContactsMatchers.hasCount(1)); in importContactWhichOnlyHasPhone()
[all …]
/packages/apps/Contacts/tests/src/com/android/contacts/activities/
DSimImportActivityTest.java18 import static com.android.contacts.tests.ContactsMatchers.DataCursor.hasMimeType;
19 import static com.android.contacts.tests.ContactsMatchers.hasRowMatching;
20 import static com.android.contacts.tests.ContactsMatchers.hasValueForColumn;
64 import com.android.contacts.tests.ContactsMatchers;
299 assertThat(cursor, ContactsMatchers.hasCount(3 * 2)); in selectionsAreImportedAndDisabledOnSubsequentImports()
/packages/apps/Contacts/tests/src/com/android/contacts/tests/
DContactsMatchers.java33 public class ContactsMatchers { class
35 private ContactsMatchers() { in ContactsMatchers() method in ContactsMatchers