Searched refs:NotificationStateChangedListener (Results 1 – 5 of 5) sorted by relevance
89 void addNotificationStateChangedListener(NotificationStateChangedListener listener); in addNotificationStateChangedListener()95 void removeNotificationStateChangedListener(NotificationStateChangedListener listener); in removeNotificationStateChangedListener()108 interface NotificationStateChangedListener { interface
148 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()
102 NotificationLockscreenUserManager.NotificationStateChangedListener { in <lambda>()
105 withArgCaptor<NotificationLockscreenUserManager.NotificationStateChangedListener> { in notifLockscreenStateChangeWillNotifDirty()
80 … com.android.systemui.statusbar.NotificationLockscreenUserManager.NotificationStateChangedListener;500 NotificationStateChangedListener listener = mock(NotificationStateChangedListener.class); in testUpdateIsPublicMode()