Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/
DBubbleData.java76 @Nullable Bubble addedBubble; field in BubbleData.Update
93 || addedBubble != null in anythingChanged()
414 mStateChange.addedBubble = bubble; in doAdd()
DBubbleController.java1365 if (update.addedBubble != null && mStackView != null) {
1366 mDataRepository.addBubble(mCurrentUserId, update.addedBubble);
1367 mStackView.addBubble(update.addedBubble);
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/bubbles/
DBubbleDataTest.java203 assertThat(update.addedBubble.showFlyout()).isFalse(); in ifSuppress_hideFlyout()
218 assertThat(update.addedBubble.showFlyout()).isTrue(); in ifInterruptiveAndNotSuppressed_thenShowFlyout()
796 assertThat(update.addedBubble).named("addedBubble").isEqualTo(expected); in assertBubbleAdded()