Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationLockscreenUserManager.java89 void addNotificationStateChangedListener(NotificationStateChangedListener listener); in addNotificationStateChangedListener()
95 void removeNotificationStateChangedListener(NotificationStateChangedListener listener); in removeNotificationStateChangedListener()
108 interface NotificationStateChangedListener { interface
DNotificationLockscreenUserManagerImpl.java148 private final ListenerSet<NotificationStateChangedListener> mNotifStateChangedListeners =
794 public void addNotificationStateChangedListener(NotificationStateChangedListener listener) { in addNotificationStateChangedListener()
799 public void removeNotificationStateChangedListener(NotificationStateChangedListener listener) { in removeNotificationStateChangedListener()
806 for (NotificationStateChangedListener listener : mNotifStateChangedListeners) { in notifyNotificationStateChanged()
811 for (NotificationStateChangedListener listener : mNotifStateChangedListeners) { in notifyNotificationStateChanged()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/inflation/
DNotifUiAdjustmentProvider.kt102 NotificationLockscreenUserManager.NotificationStateChangedListener { in <lambda>()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/inflation/
DNotifUiAdjustmentProviderTest.kt105 withArgCaptor<NotificationLockscreenUserManager.NotificationStateChangedListener> { in notifLockscreenStateChangeWillNotifDirty()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/
DNotificationLockscreenUserManagerTest.java80 … com.android.systemui.statusbar.NotificationLockscreenUserManager.NotificationStateChangedListener;
500 NotificationStateChangedListener listener = mock(NotificationStateChangedListener.class); in testUpdateIsPublicMode()