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()
115 private int[] mSupportedSensors; field in CarSensorService150 mSupportedSensors = refreshSupportedSensorsLocked(); in init()320 int[] supportedSensors = mSupportedSensors; in getSupportedSensors()900 writer.println("supported sensors:" + Arrays.toString(mSupportedSensors)); in dump()