Home
last modified time | relevance | path

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

/test/app_compat/csuite/harness/src/main/java/com/android/compatibility/testtype/
DAppLaunchTest.java62 @VisibleForTesting static final String SCREENSHOT_AFTER_LAUNCH = "screenshot-after-launch"; field in AppLaunchTest
65 name = SCREENSHOT_AFTER_LAUNCH,
/test/app_compat/csuite/harness/src/test/java/com/android/compatibility/testtype/
DAppLaunchTestTest.java92 .setOptionValue(AppLaunchTest.SCREENSHOT_AFTER_LAUNCH, "true"); in run_takeScreenShot_savesToTestLog()