Searched refs:mVisibleNotifications (Results 1 – 1 of 1) sorted by relevance
3997 private final ArraySet<String> mVisibleNotifications = new ArraySet<String>(); field in PhoneStatusBar.ShadeUpdates4011 final boolean updates = !mVisibleNotifications.containsAll(mNewVisibleNotifications); in check()4012 mVisibleNotifications.clear(); in check()4013 mVisibleNotifications.addAll(mNewVisibleNotifications); in check()