Home
last modified time | relevance | path

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

/tools/test/connectivity/acts/framework/acts/controllers/
Dandroid_device.py46 ANDROID_DEVICE_NOT_LIST_CONFIG_MSG = "Configuration should be a list, abort!" variable
88 raise AndroidDeviceError(ANDROID_DEVICE_NOT_LIST_CONFIG_MSG)
/tools/test/connectivity/acts/framework/tests/
Dacts_android_device_test.py188 expected_msg = android_device.ANDROID_DEVICE_NOT_LIST_CONFIG_MSG