Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/bubbles/
DBubbleDataTest.java208 mBubbleData.notificationEntryUpdated(mBubbleC1, /* suppressFlyout */ true, /* showInShade */ in ifSuppress_hideFlyout()
223 mBubbleData.notificationEntryUpdated(mBubbleInterruptive, in ifInterruptiveAndNotSuppressed_thenShowFlyout()
238 mBubbleData.notificationEntryUpdated(mBubbleC1, false /* suppressFlyout */, in sameUpdate_InShade_thenHideFlyout()
242 mBubbleData.notificationEntryUpdated(mBubbleC1, false /* suppressFlyout */, in sameUpdate_InShade_thenHideFlyout()
257 mBubbleData.notificationEntryUpdated(mBubbleDismissed, false /* suppressFlyout */, in sameUpdate_NotInShade_NotVisuallyInterruptive_dontShowFlyout()
264 mBubbleData.notificationEntryUpdated(mBubbleDismissed, false /* suppressFlyout */, in sameUpdate_NotInShade_NotVisuallyInterruptive_dontShowFlyout()
297 mBubbleData.notificationEntryUpdated(bubbleA1, false /* suppressFlyout*/, in testOverflow_add_stackAtMaxBubbles_overflowsOldest()
984 mBubbleData.notificationEntryUpdated(b, false /* suppressFlyout*/, in sendUpdatedEntryAtTime()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubbleData.java320 void notificationEntryUpdated(Bubble bubble, boolean suppressFlyout, boolean showInShade) { in notificationEntryUpdated() method in BubbleData
DBubbleController.java947 bubble.inflate(b -> mBubbleData.notificationEntryUpdated(b, suppressFlyout, showInShade), in inflateAndAdd()