Searched refs:mCurrentlyVisibleNotifications (Results 1 – 1 of 1) sorted by relevance
488 private final ArraySet<String> mCurrentlyVisibleNotifications = new ArraySet<String>(); field in PhoneStatusBar549 boolean previouslyVisible = mCurrentlyVisibleNotifications.contains(key);560 ArraySet<String> noLongerVisibleNotifications = mCurrentlyVisibleNotifications;566 mCurrentlyVisibleNotifications.clear();567 mCurrentlyVisibleNotifications.addAll(mTmpCurrentlyVisibleNotifications);3338 if (!mCurrentlyVisibleNotifications.isEmpty()) {3340 Collections.<String>emptyList(), mCurrentlyVisibleNotifications);3341 mCurrentlyVisibleNotifications.clear();