Home
last modified time | relevance | path

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

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