Searched refs:DeviceNotFoundException (Results 1 – 5 of 5) sorted by relevance
19 class DeviceNotFoundException(Exception): class
31 from fastboot_exceptions import DeviceNotFoundException699 except (FastbootFailure, DeviceNotFoundException) as e:962 raise DeviceNotFoundException()
33 from fastboot_exceptions import DeviceNotFoundException1569 except DeviceNotFoundException as e:1820 except DeviceNotFoundException as e:1841 except DeviceNotFoundException as e:1862 except DeviceNotFoundException as e:1914 except DeviceNotFoundException as e:1978 except DeviceNotFoundException as e:
983 fastboot_exceptions.DeviceNotFoundException)1005 fastboot_exceptions.DeviceNotFoundException())1032 fastboot_exceptions.DeviceNotFoundException())1059 fastboot_exceptions.DeviceNotFoundException())1154 fastboot_exceptions.DeviceNotFoundException())1182 fastboot_exceptions.DeviceNotFoundException)
25 from fastboot_exceptions import DeviceNotFoundException703 with self.assertRaises(DeviceNotFoundException):