Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/
DBubble.java133 entry.setBubbleDismissed(true); in setDismissed()
DBubbleController.java506 entry.setBubbleDismissed(false); // updates come back as bubbles even if dismissed
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
DNotificationEntry.java241 public void setBubbleDismissed(boolean userDismissed) { in setBubbleDismissed() method in NotificationEntry