HomeSort by relevance Sort by last modified time
    Searched refs:trimNotifications (Results 1 - 4 of 4) sorted by null

  /packages/apps/Launcher3/src/com/android/launcher3/popup/
PopupDataProvider.java 108 trimNotifications(mPackageUserToBadgeInfos);
145 trimNotifications(updatedBadges);
148 private void trimNotifications(Map<PackageUserKey, BadgeInfo> updatedBadges) {
151 openContainer.trimNotifications(updatedBadges);
PopupContainerWithArrow.java 464 public void trimNotifications(Map<PackageUserKey, BadgeInfo> updatedBadges) {
477 mNotificationItemView.trimNotifications(
  /packages/apps/Launcher3/src/com/android/launcher3/notification/
NotificationItemView.java 176 public void trimNotifications(final List<String> notificationKeys) {
193 mFooter.trimNotifications(notificationKeys);
NotificationFooterLayout.java 209 public void trimNotifications(List<String> notifications) {

Completed in 73 milliseconds