Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/src/com/android/launcher3/popup/
H A DPopupDataProvider.java101 trimNotifications(mPackageUserToDotInfos); in onNotificationRemoved()
139 trimNotifications(updatedDots); in onNotificationFullRefresh()
142 private void trimNotifications(Map<PackageUserKey, DotInfo> updatedDots) { in trimNotifications() method in PopupDataProvider
143 mChangeListener.trimNotifications(updatedDots); in trimNotifications()
273 default void trimNotifications(Map<PackageUserKey, DotInfo> updatedDots) { }
H A DPopupContainerWithArrow.java584 public void trimNotifications(Map<PackageUserKey, DotInfo> updatedDots) {
597 mNotificationContainer.trimNotifications(
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/notification/
H A DNotificationContainer.java166 public void trimNotifications(final List<String> notificationKeys) { in trimNotifications() method in NotificationContainer