Searched refs:mNewVisibleNotifications (Results 1 – 1 of 1) sorted by relevance
3998 private final ArraySet<String> mNewVisibleNotifications = new ArraySet<String>(); field in PhoneStatusBar.ShadeUpdates4001 mNewVisibleNotifications.clear(); in check()4008 mNewVisibleNotifications.add(entry.key + entry.notification.getPostTime()); in check()4011 final boolean updates = !mVisibleNotifications.containsAll(mNewVisibleNotifications); in check()4013 mVisibleNotifications.addAll(mNewVisibleNotifications); in check()