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.java29 import com.android.contacts.common.test.IntegrationTestUtils;
62 private IntegrationTestUtils mUtils;
72 mUtils = new IntegrationTestUtils(getInstrumentation()); in setUp()
/packages/apps/ContactsCommon/TestCommon/src/com/android/contacts/common/test/
DIntegrationTestUtils.java46 public class IntegrationTestUtils { class
53 public IntegrationTestUtils(Instrumentation instrumentation) { in IntegrationTestUtils() method in IntegrationTestUtils