Searched refs:switchSensor (Results 1 – 1 of 1) sorted by relevance
329 response = switchSensor(sensorId, switchOn, requestRate); in handleSensorSwitchCommand()381 private String switchSensor(int sensorId, boolean switchOn) { in switchSensor() method in PowerTestHostLink382 return switchSensor(sensorId, switchOn, "SENSOR_DELAY_NORMAL"); in switchSensor()385 private String switchSensor(int sensorId, boolean switchOn, String requestFrequency) { in switchSensor() method in PowerTestHostLink416 response = switchSensor(sensor.getType(), on); in switchAllSensors()