Searched refs:suppressedBubble (Results 1 – 3 of 3) sorted by relevance
86 @Nullable Bubble suppressedBubble; field in BubbleData.Update110 || suppressedBubble != null in anythingChanged()145 bubbleBarUpdate.suppressedBubbleKey = suppressedBubble != null in toBubbleBarUpdate()146 ? suppressedBubble.getKey() in toBubbleBarUpdate()750 mStateChange.suppressedBubble = bubble; in doSuppress()
1993 update.suppressedBubble != null ? update.suppressedBubble.getKey() : "null",2061 if (update.suppressedBubble != null) {2062 mBubbleViewCallback.suppressionChanged(update.suppressedBubble, true);
1348 assertWithMessage("suppressedBubble").that(update.suppressedBubble).isEqualTo(expected); in assertBubbleSuppressed()