HomeSort by relevance Sort by last modified time
    Searched full:has_shell_protocol (Results 1 - 2 of 2) sorted by null

  /system/core/adb/
test_device.py 260 if not self.device.has_shell_protocol():
292 if self.device.has_shell_protocol():
358 if self.device.has_shell_protocol() and os.isatty(sys.stdin.fileno()):
393 if not self.device.has_shell_protocol():
423 if not self.device.has_shell_protocol():
448 if not self.device.has_shell_protocol():
    [all...]
  /development/python-packages/adb/
device.py 291 def has_shell_protocol(self): member in class:AndroidDevice
296 if not self.has_shell_protocol():
368 if self.has_shell_protocol():

Completed in 215 milliseconds