Home
last modified time | relevance | path

Searched refs:NotificationsChangedListener (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/notification/
DNotificationListener.java69 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
/packages/apps/Launcher3/src/com/android/launcher3/popup/
DPopupDataProvider.java53 public class PopupDataProvider implements NotificationListener.NotificationsChangedListener {