Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DHeadsUpManagerPhone.java100 private final HashSet<String> mSwipedOutKeys = new HashSet<>(); field in HeadsUpManagerPhone
355 mSwipedOutKeys.add(key); in addSwipedOutNotification()
485 if (mSwipedOutKeys.contains(key)) { in canRemoveImmediately()
487 mSwipedOutKeys.remove(key); in canRemoveImmediately()