Searched refs:trimNotifications (Results 1 – 4 of 4) sorted by relevance
113 trimNotifications(mPackageUserToDotInfos); in onNotificationRemoved()151 trimNotifications(updatedDots); in onNotificationFullRefresh()154 private void trimNotifications(Map<PackageUserKey, DotInfo> updatedDots) { in trimNotifications() method in PopupDataProvider155 mChangeListener.trimNotifications(updatedDots); in trimNotifications()271 default void trimNotifications(Map<PackageUserKey, DotInfo> updatedDots) { }
514 public void trimNotifications(Map<PackageUserKey, DotInfo> updatedDots) {527 mNotificationItemView.trimNotifications(
176 public void trimNotifications(final List<String> notificationKeys) { in trimNotifications() method in NotificationItemView193 mFooter.trimNotifications(notificationKeys); in trimNotifications()
209 public void trimNotifications(List<String> notifications) { in trimNotifications() method in NotificationFooterLayout