HomeSort by relevance Sort by last modified time
    Searched refs:REQUEST_SET_TEST_RESULT (Results 1 - 2 of 2) sorted by null

  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/helpers/
PowerTestHostLink.java 202 final String REQUEST_SET_TEST_RESULT = "SET TEST RESULT ";
244 } else if (request.startsWith(REQUEST_SET_TEST_RESULT)) {
245 String testResult = request.substring(REQUEST_SET_TEST_RESULT.length());
  /cts/apps/CtsVerifier/assets/scripts/
execute_power_tests.py 135 REQUEST_SET_TEST_RESULT = "SET TEST RESULT %s %s %s"
588 PowerTest.REQUEST_SET_TEST_RESULT %
    [all...]

Completed in 312 milliseconds