Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationLockscreenUserManager.java84 void addNotificationStateChangedListener(NotificationStateChangedListener listener); in addNotificationStateChangedListener()
90 void removeNotificationStateChangedListener(NotificationStateChangedListener listener); in removeNotificationStateChangedListener()
103 interface NotificationStateChangedListener { interface
H A DNotificationLockscreenUserManagerImpl.java112 private final ListenerSet<NotificationStateChangedListener> mNotifStateChangedListeners =
627 public void addNotificationStateChangedListener(NotificationStateChangedListener listener) { in addNotificationStateChangedListener()
632 public void removeNotificationStateChangedListener(NotificationStateChangedListener listener) { in removeNotificationStateChangedListener()
637 for (NotificationStateChangedListener listener : mNotifStateChangedListeners) { in notifyNotificationStateChanged()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
H A DNotificationLockscreenUserManagerTest.java57 … com.android.systemui.statusbar.NotificationLockscreenUserManager.NotificationStateChangedListener;
323 NotificationStateChangedListener listener = mock(NotificationStateChangedListener.class); in testUpdateIsPublicMode()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/inflation/
H A DNotifUiAdjustmentProvider.kt86 NotificationLockscreenUserManager.NotificationStateChangedListener {
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/inflation/
H A DNotifUiAdjustmentProviderTest.kt93 withArgCaptor<NotificationLockscreenUserManager.NotificationStateChangedListener> {