Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/bubbles/
DBubbleDataTest.java233 mBubbleData.notificationEntryUpdated(mAppBubble, true /* suppressFlyout*/, in testAddAppBubble_setsTime()
263 mBubbleData.notificationEntryUpdated(mBubbleC1, /* suppressFlyout */ true, /* showInShade */ in ifSuppress_hideFlyout()
278 mBubbleData.notificationEntryUpdated(mBubbleInterruptive, in ifInterruptiveAndNotSuppressed_thenShowFlyout()
293 mBubbleData.notificationEntryUpdated(mBubbleC1, false /* suppressFlyout */, in sameUpdate_InShade_thenHideFlyout()
297 mBubbleData.notificationEntryUpdated(mBubbleC1, false /* suppressFlyout */, in sameUpdate_InShade_thenHideFlyout()
312 mBubbleData.notificationEntryUpdated(mBubbleDismissed, false /* suppressFlyout */, in sameUpdate_NotInShade_NotVisuallyInterruptive_dontShowFlyout()
319 mBubbleData.notificationEntryUpdated(mBubbleDismissed, false /* suppressFlyout */, in sameUpdate_NotInShade_NotVisuallyInterruptive_dontShowFlyout()
352 mBubbleData.notificationEntryUpdated(bubbleA1, false /* suppressFlyout*/, in testOverflow_add_stackAtMaxBubbles_overflowsOldest()
418 mBubbleData.notificationEntryUpdated(mBubbleA1, /* suppressFlyout */ true, /* showInShade */ in test_shouldNotShowEducation()
437 mBubbleData.notificationEntryUpdated(mBubbleA1, /* suppressFlyout */ true, /* showInShade */ in test_shouldShowEducation()
[all …]
/frameworks/base/libs/WindowManager/Shell/multivalentTests/src/com/android/wm/shell/bubbles/
DBubbleStackViewTest.kt270 bubbleData.notificationEntryUpdated(bubble1, false, false) in <lambda>()
382 bubbleData.notificationEntryUpdated(bubble, true, false) in <lambda>()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubbleData.java454 void notificationEntryUpdated(Bubble bubble, boolean suppressFlyout, boolean showInShade) { in notificationEntryUpdated() method in BubbleData
DBubbleController.java1669 b -> mBubbleData.notificationEntryUpdated(b, suppressFlyout, showInShade), in inflateAndAdd()