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)
31 class DeviceNotFoundError(FindDeviceError): class34 super(DeviceNotFoundError, self).__init__(91 raise DeviceNotFoundError(serial)
77 except (adb.DeviceNotFoundError, adb.NoUniqueDeviceError, RuntimeError):