Searched refs:IsDevicePortUsed (Results 1 – 3 of 3) sorted by relevance
104 def IsDevicePortUsed(adb, device_port, state=''): function
80 return _WaitUntil(lambda: ports.IsDevicePortUsed(adb, port))
156 if not ports.IsDevicePortUsed(self.adb, self._forwarder_device_port):