Home
last modified time | relevance | path

Searched defs:activeNotifications (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/popup/
DPopupDataProvider.java113 public void onNotificationFullRefresh(List<StatusBarNotification> activeNotifications) { in onNotificationFullRefresh()
194 StatusBarNotification[] activeNotifications = notificationListener in updateBadgeIcon() local
/packages/apps/Launcher3/src/com/android/launcher3/notification/
DNotificationListener.java244 void onNotificationFullRefresh(List<StatusBarNotification> activeNotifications); in onNotificationFullRefresh()