Home
last modified time | relevance | path

Searched refs:NoDevicesError (Results 1 – 7 of 7) sorted by relevance

/external/chromium-trace/catapult/devil/devil/android/
Ddevice_errors.py161 class NoDevicesError(base_error.BaseError): class
165 super(NoDevicesError, self).__init__(
Ddevice_errors_test.py66 original = device_errors.NoDevicesError()
Ddevice_utils_test.py2893 with self.assertRaises(device_errors.NoDevicesError):
2936 with self.assertRaises(device_errors.NoDevicesError):
2949 with self.assertRaises(device_errors.NoDevicesError):
2974 with self.assertRaises(device_errors.NoDevicesError):
Ddevice_utils.py2910 raise device_errors.NoDevicesError()
2918 except device_errors.NoDevicesError:
/external/chromium-trace/catapult/devil/devil/android/tools/
Dscript_common.py47 raise device_errors.NoDevicesError()
Dscript_common_test.py58 with self.assertRaises(device_errors.NoDevicesError):
Dprovision_devices.py100 except device_errors.NoDevicesError:
150 raise device_errors.NoDevicesError
672 except (device_errors.DeviceUnreachableError, device_errors.NoDevicesError):