Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubbleData.java86 @Nullable Bubble suppressedBubble; field in BubbleData.Update
110 || suppressedBubble != null in anythingChanged()
145 bubbleBarUpdate.suppressedBubbleKey = suppressedBubble != null in toBubbleBarUpdate()
146 ? suppressedBubble.getKey() in toBubbleBarUpdate()
750 mStateChange.suppressedBubble = bubble; in doSuppress()
DBubbleController.java1993 update.suppressedBubble != null ? update.suppressedBubble.getKey() : "null",
2061 if (update.suppressedBubble != null) {
2062 mBubbleViewCallback.suppressionChanged(update.suppressedBubble, true);
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/bubbles/
DBubbleDataTest.java1348 assertWithMessage("suppressedBubble").that(update.suppressedBubble).isEqualTo(expected); in assertBubbleSuppressed()