Searched refs:suppressedBubble (Results 1 – 3 of 3) sorted by relevance
85 @Nullable Bubble suppressedBubble; field in BubbleData.Update109 || suppressedBubble != null in anythingChanged()142 bubbleBarUpdate.suppressedBubbleKey = suppressedBubble != null in toBubbleBarUpdate()143 ? suppressedBubble.getKey() in toBubbleBarUpdate()738 mStateChange.suppressedBubble = bubble; in doSuppress()
1735 + " suppressed=" + (update.suppressedBubble != null)1799 if (update.suppressedBubble != null) {1800 mBubbleViewCallback.suppressionChanged(update.suppressedBubble, true);
1179 assertWithMessage("suppressedBubble").that(update.suppressedBubble).isEqualTo(expected); in assertBubbleSuppressed()