Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/notification/
DNotificationListener.java69 private static NotificationsChangedListener sNotificationsChangedListener; field in NotificationListener
97 sNotificationsChangedListener = listener; in setNotificationsChangedListener()
111 sNotificationsChangedListener = null; in removeNotificationsChangedListener()
182 if (sNotificationsChangedListener != null) { in handleUiMessage()
184 sNotificationsChangedListener.onNotificationPosted( in handleUiMessage()
189 if (sNotificationsChangedListener != null) { in handleUiMessage()
191 sNotificationsChangedListener.onNotificationRemoved( in handleUiMessage()
196 if (sNotificationsChangedListener != null) { in handleUiMessage()
197 sNotificationsChangedListener.onNotificationFullRefresh( in handleUiMessage()