Searched refs:NotificationsChangedListener (Results 1 – 2 of 2) sorted by relevance
69 private static final ArraySet<NotificationsChangedListener> sNotificationsChangedListeners =95 public static void addNotificationsChangedListener(NotificationsChangedListener listener) { in addNotificationsChangedListener()112 public static void removeNotificationsChangedListener(NotificationsChangedListener listener) { in removeNotificationsChangedListener()170 for (NotificationsChangedListener listener : sNotificationsChangedListeners) { in handleUiMessage()178 for (NotificationsChangedListener listener : sNotificationsChangedListeners) { in handleUiMessage()185 for (NotificationsChangedListener listener : sNotificationsChangedListeners) { in handleUiMessage()323 public interface NotificationsChangedListener { interface in NotificationListener
53 public class PopupDataProvider implements NotificationListener.NotificationsChangedListener {