Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/notification/
DNotificationListener.java103 notificationListener.onNotificationFullRefresh(); in addNotificationsChangedListener()
108 listener.onNotificationFullRefresh(Collections.emptyList()))); in addNotificationsChangedListener()
186 listener.onNotificationFullRefresh( in handleUiMessage()
217 onNotificationFullRefresh(); in onListenerConnected()
226 private void onNotificationFullRefresh() { in onNotificationFullRefresh() method in NotificationListener
235 onNotificationFullRefresh(); in onListenerDisconnected()
328 void onNotificationFullRefresh(List<StatusBarNotification> activeNotifications); in onNotificationFullRefresh() method
/packages/apps/Launcher3/src/com/android/launcher3/popup/
DPopupDataProvider.java106 public void onNotificationFullRefresh(List<StatusBarNotification> activeNotifications) { in onNotificationFullRefresh() method in PopupDataProvider