Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/helpers/
DPowerTestHostLink.java202 final String REQUEST_SET_TEST_RESULT = "SET TEST RESULT "; in processClientRequest() local
244 } else if (request.startsWith(REQUEST_SET_TEST_RESULT)) { in processClientRequest()
245 String testResult = request.substring(REQUEST_SET_TEST_RESULT.length()); in processClientRequest()
/cts/apps/CtsVerifier/assets/scripts/
Dexecute_power_tests.py135 REQUEST_SET_TEST_RESULT = "SET TEST RESULT %s %s %s" variable in PowerTest
588 PowerTest.REQUEST_SET_TEST_RESULT %