Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/helpers/
DPowerTestHostLink.java231 String sensorList = request.substring(REQUEST_SENSOR_ON.length()).trim(); in processClientRequest() local
232 response = handleSensorSwitchCommand(sensorList, true); in processClientRequest()
234 String sensorList = request.substring(REQUEST_SENSOR_ON.length()).trim(); in processClientRequest() local
235 response = handleSensorSwitchCommand(sensorList, false); in processClientRequest()
311 private String handleSensorSwitchCommand(String sensorList, boolean switchOn) { in handleSensorSwitchCommand() argument
314 StringTokenizer tokenizer = new StringTokenizer(sensorList, " "); in handleSensorSwitchCommand()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
DDeviceSuspendTestActivity.java290 List<Sensor> sensorList = mSensorManager.getSensorList(Sensor.TYPE_ALL); in testTimestampClockSource() local
291 if (sensorList == null) { in testTimestampClockSource()
298 for (Sensor sensor : sensorList) { in testTimestampClockSource()
/cts/tests/sensor/src/android/hardware/cts/
DSensorDirectReportTest.java1349 List<Sensor> sensorList = mSensorManager.getSensorList(Sensor.TYPE_ALL); in isMemoryTypeNeeded() local
1350 for (Sensor s : sensorList) { in isMemoryTypeNeeded()