Home
last modified time | relevance | path

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

/test/app_compat/csuite/harness/src/main/java/com/android/compatibility/testtype/
DAppLaunchTest.java128 protected InstrumentationTest createInstrumentationTest(String packageBeingTested) { in createInstrumentationTest() method in AppLaunchTest
264 InstrumentationTest instrTest = createInstrumentationTest(result.packageName); in launchPackage()
/test/app_compat/csuite/harness/src/test/java/com/android/compatibility/testtype/
DAppLaunchTestTest.java406 protected InstrumentationTest createInstrumentationTest( in createLaunchTestWithInstrumentation()