Home
last modified time | relevance | path

Searched refs:packageBeingTested (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() argument
133 instrumentationTest.addInstrumentationArg(PACKAGE_TO_LAUNCH, packageBeingTested); in createInstrumentationTest()
/test/app_compat/csuite/harness/src/test/java/com/android/compatibility/testtype/
DAppLaunchTestTest.java407 String packageBeingTested) { in createLaunchTestWithInstrumentation()