Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
H A DBubbleData.java78 boolean suppressedSummaryChanged; field in BubbleData.Update
111 || suppressedSummaryChanged in anythingChanged()
494 mStateChange.suppressedSummaryChanged = true; in addSummaryToSuppress()
514 mStateChange.suppressedSummaryChanged = true; in removeSuppressedSummary()
H A DBubbleController.java2173 if (update.suppressedSummaryChanged) { in update()