Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/input/
DInputManagerService.java193 private final List<SensorEventListenerRecord> mSensorAccuracyListenersToNotify = field in InputManagerService
2363 mSensorAccuracyListenersToNotify.clear(); in notifySensorAccuracy()
2368 mSensorAccuracyListenersToNotify.add(mSensorEventListeners.valueAt(i)); in notifySensorAccuracy()
2372 mSensorAccuracyListenersToNotify.get(i).notifySensorAccuracy( in notifySensorAccuracy()
2375 mSensorAccuracyListenersToNotify.clear(); in notifySensorAccuracy()