Searched refs:ContactsMatchers (Results 1 – 3 of 3) sorted by relevance
20 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 …]
18 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()
33 public class ContactsMatchers { class35 private ContactsMatchers() { in ContactsMatchers() method in ContactsMatchers