Home
last modified time | relevance | path

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

/cts/apps/CameraITS/pymodules/its/
Ddevice.py194 _run("%s reboot" % (self.adb))
195 _run("%s wait-for-device" % (self.adb))
201 _run('%s logcat -c' % (self.adb))
205 _run('%s shell am force-stop --user 0 %s' % (self.adb, self.PACKAGE))
206 _run(('%s shell am start --user 0 '
210 _run(('%s shell am startservice --user 0 -t text/plain '
832 _run(cmd)
846 _run("%s push %s %s" % (
858 _run(cmd)
887 def _run(cmd): function