Searched refs:trimNotifications (Results 1 – 3 of 3) sorted by relevance
101 trimNotifications(mPackageUserToDotInfos); in onNotificationRemoved()139 trimNotifications(updatedDots); in onNotificationFullRefresh()142 private void trimNotifications(Map<PackageUserKey, DotInfo> updatedDots) { in trimNotifications() method in PopupDataProvider143 mChangeListener.trimNotifications(updatedDots); in trimNotifications()273 default void trimNotifications(Map<PackageUserKey, DotInfo> updatedDots) { }
592 public void trimNotifications(Map<PackageUserKey, DotInfo> updatedDots) {606 mNotificationItemView.trimNotifications(
158 public void trimNotifications(final List<String> notificationKeys) { in trimNotifications() method in NotificationItemView