OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IntegrationTestUtils
(Results
1 - 3
of
3
) sorted by null
/packages/apps/Contacts/tests/src/com/android/contacts/interactions/
ContactDeletionInteractionTest.java
30
import com.android.contacts.common.test.
IntegrationTestUtils
;
69
private
IntegrationTestUtils
mUtils;
79
mUtils = new
IntegrationTestUtils
(getInstrumentation());
/packages/apps/ContactsCommon/TestCommon/src/com/android/contacts/common/test/
IntegrationTestUtils.java
46
public class
IntegrationTestUtils
{
47
private static final String TAG = "
IntegrationTestUtils
";
53
public
IntegrationTestUtils
(Instrumentation instrumentation) {
/packages/apps/Dialer/tests/src/com/android/dialer/
CallDetailActivityTest.java
39
import com.android.contacts.common.test.
IntegrationTestUtils
;
62
private
IntegrationTestUtils
mTestUtils;
79
mTestUtils = new
IntegrationTestUtils
(getInstrumentation());
Completed in 512 milliseconds