Home | History | Annotate | Download | only in scripts

Lines Matching defs:executeLocal

180             self.executeLocal("adb forward --remove tcp:%d" % self._tcp_connect_port)
199 status = self.executeLocal("adb forward tcp:%d localabstract:%s" %
243 def executeLocal(self, cmd, check_status = True):
314 self.executeLocal("adb wait-for-device")
322 status = self.executeLocal("adb forward tcp:%d localabstract:%s" %
663 self.executeLocal("adb shell mkdir -p %s" % self._external_storage, False)
664 self.executeLocal("adb push %s %s/." % (f.name, self._external_storage))