Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationLockscreenUserManagerImpl.java112 private final ListenerSet<NotificationStateChangedListener> mNotifStateChangedListeners = field in NotificationLockscreenUserManagerImpl
628 mNotifStateChangedListeners.addIfAbsent(listener); in addNotificationStateChangedListener()
633 mNotifStateChangedListeners.remove(listener); in removeNotificationStateChangedListener()
637 for (NotificationStateChangedListener listener : mNotifStateChangedListeners) { in notifyNotificationStateChanged()