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.java64 private static NotificationsChangedListener sNotificationsChangedListener; field in NotificationListener
118 if (sNotificationsChangedListener != null) {
120 sNotificationsChangedListener.onNotificationPosted(msg.packageUserKey,
125 if (sNotificationsChangedListener != null) {
128sNotificationsChangedListener.onNotificationRemoved(pair.first, pair.second);
132 if (sNotificationsChangedListener != null) {
133 sNotificationsChangedListener.onNotificationFullRefresh(
166 sNotificationsChangedListener = listener; in setNotificationsChangedListener()
171 } else if (!sIsCreated && sNotificationsChangedListener != null) { in setNotificationsChangedListener()
174 sNotificationsChangedListener.onNotificationFullRefresh( in setNotificationsChangedListener()
[all …]