Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/helpers/
DPowerTestHostLink.java205 final String REQUEST_SENSOR_AVAILABILITY = "SENSOR? "; in processClientRequest() local
211 if (request.startsWith(REQUEST_SENSOR_AVAILABILITY)) { in processClientRequest()
212 final String sensor = request.substring(REQUEST_SENSOR_AVAILABILITY.length()); in processClientRequest()
/cts/apps/CtsVerifier/assets/scripts/
Dexecute_power_tests.py137 REQUEST_SENSOR_AVAILABILITY = "SENSOR? %s" variable in PowerTest
625 PowerTest.REQUEST_SENSOR_AVAILABILITY % sensor)