Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/popup/
DPopupDataProvider.java172 List<NotificationKeyData> notifications = getNotificationsForItem( in getDotInfoForItem()
183 : getNotificationsForItem(info, dotInfo.getNotificationKeys()); in getNotificationKeysForItem()
244 public static @NonNull List<NotificationKeyData> getNotificationsForItem( in getNotificationsForItem() method in PopupDataProvider