Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/helpers/
DPowerTestHostLink.java207 final String REQUEST_SHOW_MESSAGE = "MESSAGE "; in processClientRequest() local
236 } else if (request.startsWith(REQUEST_SHOW_MESSAGE)) { in processClientRequest()
237 final String message = request.substring(REQUEST_SHOW_MESSAGE.length()); in processClientRequest()
/cts/apps/CtsVerifier/assets/scripts/
Dexecute_power_tests.py139 REQUEST_SHOW_MESSAGE = "MESSAGE %s" variable in PowerTest
715 PowerTest.REQUEST_SHOW_MESSAGE % "Connected. Running tests...")