Home
last modified time | relevance | path

Searched refs:allSensors (Results 1 – 1 of 1) 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()