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