Home
last modified time | relevance | path

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

/cts/hostsidetests/theme/
Drun_theme_capture_device.py125 …(out, err) = device.runInstrumentationTest("android.theme.app/android.support.test.runner.AndroidJ…
129 …(out, err) = device.runInstrumentationTest("android.theme.app/android.test.InstrumentationTestRunn…
Dandroid_device.py71 def runInstrumentationTest(self, option): member in androidDevice