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.java85 @Nullable String suppressedSummaryGroup; field in BubbleData.Update
110 || suppressedSummaryGroup != null; in anythingChanged()
388 mStateChange.suppressedSummaryGroup = groupKey; in addSummaryToSuppress()
408 mStateChange.suppressedSummaryGroup = groupKey; in removeSuppressedSummary()
DBubbleController.java1401 mBubbleData.getSummaryKey(update.suppressedSummaryGroup); in update()
1403 mSuppressedGroupToNotifKeys.put(update.suppressedSummaryGroup, summaryKey); in update()
1405 mSuppressedGroupToNotifKeys.remove(update.suppressedSummaryGroup); in update()