Searched refs:_run (Results 1 – 1 of 1) sorted by relevance
221 _run('%s reboot' % (self.adb))222 _run('%s wait-for-device' % (self.adb))228 _run('%s logcat -c' % (self.adb))231 _run('%s shell am force-stop --user 0 %s' % (self.adb, self.PACKAGE))232 _run(('%s shell am start-foreground-service --user 0 -t text/plain '1173 def _run(cmd): function