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

  /test/vts/utils/python/controllers/
android_device.py 351 host_command_port: the host-side port for runner to agent sessions
383 self.host_command_port = None
412 if self.host_command_port:
413 self.adb.forward("--remove tcp:%s" % self.host_command_port)
414 self.host_command_port = None
    [all...]
  /test/vts/utils/python/mirror/
mirror_tracker.py 47 host_command_port,
51 self._host_command_port = host_command_port

Completed in 76 milliseconds