Searched refs:sNotificationsChangedListener (Results 1 – 1 of 1) sorted by relevance
64 private static NotificationsChangedListener sNotificationsChangedListener; field in NotificationListener118 if (sNotificationsChangedListener != null) {120 sNotificationsChangedListener.onNotificationPosted(msg.packageUserKey,125 if (sNotificationsChangedListener != null) {128 … sNotificationsChangedListener.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 …]