Home
last modified time | relevance | path

Searched refs:ChameleonConnectionError (Results 1 – 2 of 2) sorted by relevance

/external/autotest/client/cros/chameleon/
Dchameleon.py39 class ChameleonConnectionError(error.TestError): class
171 raise ChameleonConnectionError(e)
202 raise ChameleonConnectionError(
1162 raise ChameleonConnectionError('No chameleon_host is given in args')
/external/autotest/server/cros/bluetooth/
Dbluetooth_adapter_tests.py856 except chameleon.ChameleonConnectionError as e: