Home
last modified time | relevance | path

Searched refs:AdbError (Results 1 – 10 of 10) sorted by relevance

/tools/tradefederation/core/python-lib/tradefed_py/
Dadb_handler.py34 raise AdbError(cmd=cmd, stdout=out, stderr=err, ret_code=ret)
44 raise AdbError(cmd=cmd, stdout=out, stderr=err, ret_code=ret)
46 class AdbError(Exception): class
/tools/test/connectivity/acts/framework/tests/
Dacts_adb_test.py41 with self.assertRaises(adb.AdbError):
49 with self.assertRaises(adb.AdbError):
/tools/test/connectivity/acts/framework/acts/controllers/
Dadb.py49 class AdbError(Exception): class
167 raise AdbError(cmd=cmd, stdout=out, stderr=err, ret_code=ret)
173 raise AdbError(cmd=cmd, stdout=out, stderr=err, ret_code=ret)
Dandroid_device.py493 except adb.AdbError:
883 except adb.AdbError:
1099 except adb.AdbError:
1194 except adb.AdbError as e:
1218 except adb.AdbError as e:
/tools/test/connectivity/acts/tests/google/net/
DDataUsageTest.py77 except adb.AdbError:
94 except adb.AdbError:
DLegacyVpnTest.py130 except adb.AdbError:
/tools/test/connectivity/acts/tests/google/wifi/
DWifiPowerTest.py132 except adb.AdbError:
/tools/test/connectivity/acts/framework/acts/test_utils/bt/
DPowerBaseTest.py136 except adb.AdbError as e:
/tools/test/connectivity/acts/framework/acts/test_utils/tel/
DTelephonyBaseTest.py80 except AdbError:
Dtel_test_utils.py31 from acts.controllers.adb import AdbError
1926 except AdbError:
5287 except AdbError: