HomeSort by relevance Sort by last modified time
    Searched refs:DeviceNotFoundError (Results 1 - 3 of 3) sorted by null

  /development/python-packages/adb/
test.py 58 self.assertRaises(adb.DeviceNotFoundError, adb.get_device, ['baz'])
61 self.assertRaises(adb.DeviceNotFoundError, adb.get_device)
device.py 28 class DeviceNotFoundError(FindDeviceError):
31 super(DeviceNotFoundError, self).__init__(
82 raise DeviceNotFoundError(serial)
89 DeviceNotFoundError:
  /development/python-packages/gdbrunner/
__init__.py 75 except (adb.DeviceNotFoundError, adb.NoUniqueDeviceError, RuntimeError):

Completed in 58 milliseconds