Home
last modified time | relevance | path

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

/tools/test/connectivity/acts/framework/acts/controllers/
Dandroid_device.py52 ANDROID_DEVICE_EMPTY_CONFIG_MSG = "Configuration is empty, abort!" variable
83 raise errors.AndroidDeviceConfigError(ANDROID_DEVICE_EMPTY_CONFIG_MSG)
/tools/test/connectivity/acts/framework/tests/
Dacts_android_device_test.py185 expected_msg = android_device.ANDROID_DEVICE_EMPTY_CONFIG_MSG