Home
last modified time | relevance | path

Searched refs:sensorList (Results 1 – 4 of 4) 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.java267 List<Sensor> sensorList = mSensorManager.getSensorList(Sensor.TYPE_ALL); in testTimestampClockSource() local
268 if (sensorList == null) { in testTimestampClockSource()
275 for (Sensor sensor : sensorList) { in testTimestampClockSource()
/cts/tests/tests/virtualdevice/core/src/android/virtualdevice/cts/core/
DVirtualDeviceManagerBasicTest.java612 List<VirtualSensor> sensorList = virtualDevice.getVirtualSensorList(); in getVirtualSensorList_withConfiguredSensor() local
613 assertThat(sensorList).hasSize(1); in getVirtualSensorList_withConfiguredSensor()
614 VirtualSensor sensor = sensorList.get(0); in getVirtualSensorList_withConfiguredSensor()
/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()