Home
last modified time | relevance | path

Searched defs:createInstrumentationTest (Results 1 – 5 of 5) sorted by relevance

/test/app_compat/csuite/harness/src/main/java/com/android/compatibility/
DAppLaunchCompatibilityTest.java47 public InstrumentationTest createInstrumentationTest(String packageBeingTested) { in createInstrumentationTest() method in AppLaunchCompatibilityTest
DAppCrawlerCompatibilityTest.java62 public InstrumentationTest createInstrumentationTest(String packageBeingTested) { in createInstrumentationTest() method in AppCrawlerCompatibilityTest
DAppCompatibilityTest.java155 protected abstract InstrumentationTest createInstrumentationTest(String packageBeingTested); in createInstrumentationTest() method in AppCompatibilityTest
/test/app_compat/csuite/harness/src/test/java/com/android/compatibility/
DAppCompatibilityTestTest.java49 protected InstrumentationTest createInstrumentationTest(String packageBeingTested) { in createInstrumentationTest() method in AppCompatibilityTestTest.ConcreteAppCompatibilityTest
/test/app_compat/csuite/harness/src/main/java/com/android/compatibility/testtype/
DAppLaunchTest.java115 protected InstrumentationTest createInstrumentationTest(String packageBeingTested) { in createInstrumentationTest() method in AppLaunchTest