Searched refs:changedHiddenNotifications (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationManagerService.java6651 * unless changedHiddenNotifications is populated.
6652 * If changedHiddenNotifications is populated, there was a change in the hidden state
6657 public void notifyRankingUpdateLocked(List<NotificationRecord> changedHiddenNotifications) { argument
6658 boolean isHiddenRankingUpdate = changedHiddenNotifications != null
6659 && changedHiddenNotifications.size() > 0;
6669 for (NotificationRecord rec : changedHiddenNotifications) {

Completed in 54 milliseconds