Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/assets/scripts/
Dexecute_power_tests.py111 self.executeLocal("adb forward --remove tcp:%d" % PowerTest.PORT)
129 status = self.executeLocal("adb forward tcp:%d localabstract:%s" %
162 def executeLocal(self, cmd, check_status=True): member in PowerTest
207 self.executeLocal ("adb wait-for-device")
213 status = self.executeLocal("adb forward tcp:%d localabstract:%s" %
372 self.executeLocal("adb shell mkdir -p %s" % self._external_storage, False)
373 self.executeLocal("adb push %s %s/." % (f.name, self._external_storage))