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

  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/helpers/
PowerTestHostLink.java 200 final String REQUEST_RAISE = "RAISE ";
247 } else if (request.startsWith(REQUEST_RAISE)) {
248 String command = request.substring(REQUEST_RAISE.length());
  /cts/apps/CtsVerifier/assets/scripts/
execute_power_tests.py 133 REQUEST_RAISE = "RAISE %s %s"
265 self.executeOnDevice(PowerTest.REQUEST_RAISE % (self._current_test, msg),
    [all...]

Completed in 201 milliseconds