Home
last modified time | relevance | path

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

/platform_testing/libraries/health/runners/longevity/
DREADME.md35 `adb shell am instrument -w -r -e <option> <value> -e class <suite>
40 `adb shell am instrument -w -r -e iterations 50 -e quitter true
46 `adb shell am instrument -w -r -e iterations 10 -e shuffle true -e suite-timeout_msec 1800000
52 `adb shell am instrument -w -r -e iterations 100 -e min-battery 0.05
58 `adb shell am instrument -w -r -e profile sample_profile
81 `tests/` directory. Run them using `adb shell am instrument -w -r
/platform_testing/libraries/screenshot/src/main/java/platform/test/screenshot/
DScreenshotTestRule.kt96 val instrument = InstrumentationRegistry.getInstrumentation() in <lambda>() constant
97 return listOf(instrument.targetContext.applicationContext, instrument.context) in <lambda>()