Searched refs:DeviceNotFoundError (Results 1 – 2 of 2) sorted by relevance
28 class DeviceNotFoundError(FindDeviceError): class31 super(DeviceNotFoundError, self).__init__(81 raise DeviceNotFoundError(serial)
75 except (adb.DeviceNotFoundError, adb.NoUniqueDeviceError, RuntimeError):