Home
last modified time | relevance | path

Searched refs:mCurrentlyVisibleNotifications (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DPhoneStatusBar.java488 private final ArraySet<String> mCurrentlyVisibleNotifications = new ArraySet<String>(); field in PhoneStatusBar
549 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();