Searched refs:DeviceNotFoundError (Results 1 – 3 of 3) sorted by relevance
58 self.assertRaises(adb.DeviceNotFoundError, adb.get_device, ['baz'])61 self.assertRaises(adb.DeviceNotFoundError, adb.get_device)
28 class DeviceNotFoundError(FindDeviceError): class31 super(DeviceNotFoundError, self).__init__(82 raise DeviceNotFoundError(serial)
76 except (adb.DeviceNotFoundError, adb.NoUniqueDeviceError, RuntimeError):