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

  /packages/apps/EmergencyInfo/tests/common/src/com/android/emergency/
ContactTestUtils.java 29 public class ContactTestUtils {
100 private ContactTestUtils() {
  /packages/apps/EmergencyInfo/tests/unit/src/com/android/emergency/preferences/
EmergencyContactsPreferenceTest.java 37 import com.android.emergency.ContactTestUtils;
76 final Uri contactUri = ContactTestUtils.createContact(
89 assertThat(ContactTestUtils.deleteContact(
  /packages/apps/EmergencyInfo/tests/unit/src/com/android/emergency/view/
ViewInfoActivityTest.java 34 import com.android.emergency.ContactTestUtils;
143 ContactTestUtils.createContact(mTargetContext.getContentResolver(),
161 ContactTestUtils.deleteContact(mTargetContext.getContentResolver(), "John", "123"))
168 ContactTestUtils.createContact(mTargetContext.getContentResolver(),
192 ContactTestUtils.deleteContact(mTargetContext.getContentResolver(), "John", "123"))

Completed in 181 milliseconds