Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/helpers/
DPowerTestHostLink.java413 List<Sensor> allSensors = mSensorManager.getSensorList(Sensor.TYPE_ALL); in switchAllSensors() local
415 for (Sensor sensor : allSensors) { in switchAllSensors()
/cts/tests/tests/virtualdevice/sensor/src/android/virtualdevice/cts/sensor/
DVirtualSensorTest.java243 final List<Sensor> allSensors = mVirtualDeviceSensorManager.getSensorList(Sensor.TYPE_ALL); in getSensorList_isCached() local
244 assertThat(allSensors).isSameInstanceAs( in getSensorList_isCached()