Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/helpers/
DPowerTestHostLink.java329 response = switchSensor(sensorId, switchOn, requestRate); in handleSensorSwitchCommand()
381 private String switchSensor(int sensorId, boolean switchOn) { in switchSensor() method in PowerTestHostLink
382 return switchSensor(sensorId, switchOn, "SENSOR_DELAY_NORMAL"); in switchSensor()
385 private String switchSensor(int sensorId, boolean switchOn, String requestFrequency) { in switchSensor() method in PowerTestHostLink
416 response = switchSensor(sensor.getType(), on); in switchAllSensors()