Searched refs:instrument (Results 1 – 2 of 2) sorted by relevance
35 `adb shell am instrument -w -r -e <option> <value> -e class <suite>40 `adb shell am instrument -w -r -e iterations 50 -e quitter true46 `adb shell am instrument -w -r -e iterations 10 -e shuffle true -e suite-timeout_msec 180000052 `adb shell am instrument -w -r -e iterations 100 -e min-battery 0.0558 `adb shell am instrument -w -r -e profile sample_profile81 `tests/` directory. Run them using `adb shell am instrument -w -r
96 val instrument = InstrumentationRegistry.getInstrumentation() in <lambda>() constant97 return listOf(instrument.targetContext.applicationContext, instrument.context) in <lambda>()