Home
last modified time | relevance | path

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

/test/app_compat/csuite/instrumentation/launch/src/main/java/com/android/compatibilitytest/
DAppCompatibility.java60 private static final String PACKAGE_TO_LAUNCH = "package_to_launch"; field in AppCompatibility
143 String packageName = mArgs.getString(PACKAGE_TO_LAUNCH); in testAppStability()
189 + PACKAGE_TO_LAUNCH in testAppStability()
/test/app_compat/csuite/harness/src/main/java/com/android/compatibility/testtype/
DAppLaunchTest.java90 private static final String PACKAGE_TO_LAUNCH = "package_to_launch"; field in AppLaunchTest
120 instrTest.addInstrumentationArg(PACKAGE_TO_LAUNCH, packageBeingTested); in createInstrumentationTest()