Home
last modified time | relevance | path

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

/packages/apps/Contacts/tests/src/com/android/contacts/interactions/
DContactDeletionInteractionTest.java32 import com.android.contacts.test.IntegrationTestUtils;
62 private IntegrationTestUtils mUtils;
72 mUtils = new IntegrationTestUtils(getInstrumentation()); in setUp()
/packages/apps/Contacts/tests/src/com/android/contacts/test/
DIntegrationTestUtils.java42 public class IntegrationTestUtils { class
49 public IntegrationTestUtils(Instrumentation instrumentation) { in IntegrationTestUtils() method in IntegrationTestUtils