Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/input/
H A DInputManagerService.java195 private final List<SensorEventListenerRecord> mSensorAccuracyListenersToNotify = field in InputManagerService
2453 mSensorAccuracyListenersToNotify.clear(); in notifySensorAccuracy()
2458 mSensorAccuracyListenersToNotify.add(mSensorEventListeners.valueAt(i)); in notifySensorAccuracy()
2462 mSensorAccuracyListenersToNotify.get(i).notifySensorAccuracy( in notifySensorAccuracy()
2465 mSensorAccuracyListenersToNotify.clear(); in notifySensorAccuracy()