Home
last modified time | relevance | path

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

/packages/services/Car/car-support-lib/src/android/support/car/hardware/
DCarSensorsProxy.java55 private final int[] mSupportedSensors; field in CarSensorsProxy
189 mSupportedSensors = initSupportedSensors(context); in CarSensorsProxy()
226 for (int sensor : mSupportedSensors) { in isSensorSupported()
235 return mSupportedSensors; in getSupportedSensors()
/packages/services/Car/service/src/com/android/car/
DCarSensorService.java114 private int[] mSupportedSensors; field in CarSensorService
149 mSupportedSensors = refreshSupportedSensorsLocked(); in init()
319 int[] supportedSensors = mSupportedSensors; in getSupportedSensors()
877 writer.println("supported sensors:" + Arrays.toString(mSupportedSensors)); in dump()