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 NotificationsChangedListener sNotificationsChangedListener;
97 public static void setNotificationsChangedListener(NotificationsChangedListener listener) { in setNotificationsChangedListener()
342 public interface NotificationsChangedListener { interface in NotificationListener
/packages/apps/Launcher3/src/com/android/launcher3/popup/
DPopupDataProvider.java51 public class PopupDataProvider implements NotificationListener.NotificationsChangedListener {