Searched refs:is_device_available (Results 1 – 4 of 4) sorted by relevance
98 if not adb.is_device_available():
88 if not self.adb.is_device_available():
198 if not self.adb.is_device_available():
279 def is_device_available(self) -> bool: member in AdbHelper