Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubbleData.java88 @Nullable String suppressedSummaryGroup; field in BubbleData.Update
113 || suppressedSummaryGroup != null in anythingChanged()
522 mStateChange.suppressedSummaryGroup = groupKey; in addSummaryToSuppress()
542 mStateChange.suppressedSummaryGroup = groupKey; in removeSuppressedSummary()
DBubbleController.java2512 mBubbleData.getSummaryKey(update.suppressedSummaryGroup); in update()
2514 mSuppressedGroupToNotifKeys.put(update.suppressedSummaryGroup, summaryKey); in update()
2516 mSuppressedGroupToNotifKeys.remove(update.suppressedSummaryGroup); in update()