Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/helpers/
DPowerTestHostLink.java232 response = handleSensorSwitchCommand(sensorList, true); in processClientRequest()
235 response = handleSensorSwitchCommand(sensorList, false); in processClientRequest()
311 private String handleSensorSwitchCommand(String sensorList, boolean switchOn) { in handleSensorSwitchCommand() method in PowerTestHostLink