Searched refs:sensorList (Results 1 – 2 of 2) sorted by relevance
231 String sensorList = request.substring(REQUEST_SENSOR_ON.length()).trim(); in processClientRequest() local232 response = handleSensorSwitchCommand(sensorList, true); in processClientRequest()234 String sensorList = request.substring(REQUEST_SENSOR_ON.length()).trim(); in processClientRequest() local235 response = handleSensorSwitchCommand(sensorList, false); in processClientRequest()311 private String handleSensorSwitchCommand(String sensorList, boolean switchOn) { in handleSensorSwitchCommand() argument314 StringTokenizer tokenizer = new StringTokenizer(sensorList, " "); in handleSensorSwitchCommand()
196 List<Sensor> sensorList = mSensorManager.getSensorList(Sensor.TYPE_ALL); in testTimestampClockSource() local197 if (sensorList == null) { in testTimestampClockSource()242 for (Sensor sensor : sensorList) { in testTimestampClockSource()