Searched refs:NotificationStateChangedListener (Results 1 – 5 of 5) sorted by relevance
84 void addNotificationStateChangedListener(NotificationStateChangedListener listener); in addNotificationStateChangedListener()90 void removeNotificationStateChangedListener(NotificationStateChangedListener listener); in removeNotificationStateChangedListener()103 interface NotificationStateChangedListener { interface
112 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()
57 … com.android.systemui.statusbar.NotificationLockscreenUserManager.NotificationStateChangedListener;323 NotificationStateChangedListener listener = mock(NotificationStateChangedListener.class); in testUpdateIsPublicMode()
86 NotificationLockscreenUserManager.NotificationStateChangedListener {
93 withArgCaptor<NotificationLockscreenUserManager.NotificationStateChangedListener> {