Searched refs:mSupportedSensors (Results 1 – 2 of 2) sorted by relevance
55 private final int[] mSupportedSensors; field in CarSensorsProxy189 mSupportedSensors = initSupportedSensors(context); in CarSensorsProxy()226 for (int sensor : mSupportedSensors) { in isSensorSupported()235 return mSupportedSensors; in getSupportedSensors()
114 private int[] mSupportedSensors; field in CarSensorService149 mSupportedSensors = refreshSupportedSensorsLocked(); in init()319 int[] supportedSensors = mSupportedSensors; in getSupportedSensors()877 writer.println("supported sensors:" + Arrays.toString(mSupportedSensors)); in dump()