Searched refs:mBubbleEntry (Results 1 – 3 of 3) sorted by relevance
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/wmshell/ |
H A D | BubblesTest.java | 238 private BubbleEntry mBubbleEntry; field in BubblesTest 477 mBubbleController.updateBubble(mBubbleEntry); in dreamingHidesBubbles() 502 mBubbleController.updateBubble(mBubbleEntry); in testAddBubble() 510 mBubbleController.updateBubble(mBubbleEntry); in testHasBubbles() 517 mBubbleController.updateBubble(mBubbleEntry); in testRemoveBubble() 533 mBubbleController.updateBubble(mBubbleEntry); in testRemoveBubble_withDismissedNotif_inOverflow() 554 mBubbleController.updateBubble(mBubbleEntry); in testRemoveBubble_withDismissedNotif_notInOverflow() 577 mBubbleController.updateBubble(mBubbleEntry); in testDismissStack() 599 mBubbleController.updateBubble(mBubbleEntry); in testExpandCollapseStack() 626 mBubbleController.updateBubble(mBubbleEntry); in testCollapseAfterChangingExpandedBubble() [all …]
|
/aosp14/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/bubbles/ |
H A D | BubbleTest.java | 65 private BubbleEntry mBubbleEntry; field in BubbleTest 87 mBubbleEntry = new BubbleEntry(mSbn, null, true, false, false, false); in setUp() 88 mBubble = new Bubble(mBubbleEntry, mBubbleMetadataFlagListener, null, mMainExecutor); in setUp() 96 assertEquals(msg, Bubble.extractFlyoutMessage(mBubbleEntry).message); in testGetUpdateMessage_default() 107 assertEquals(msg, Bubble.extractFlyoutMessage(mBubbleEntry).message); in testGetUpdateMessage_bigText() 115 assertNull(Bubble.extractFlyoutMessage(mBubbleEntry).message); in testGetUpdateMessage_media() 131 Bubble.extractFlyoutMessage(mBubbleEntry).message); in testGetUpdateMessage_inboxStyle() 146 assertEquals("Oh, hello!", Bubble.extractFlyoutMessage(mBubbleEntry).message); in testGetUpdateMessage_messagingStyle() 147 assertEquals("Mady", Bubble.extractFlyoutMessage(mBubbleEntry).senderName); in testGetUpdateMessage_messagingStyle() 179 Bubble bubble = new Bubble(mBubbleEntry, mBubbleMetadataFlagListener, null, mMainExecutor); in testBubbleIsConversation_hasNoShortcut()
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/ |
H A D | NotificationConversationInfoTest.java | 121 private NotificationEntry mBubbleEntry; field in NotificationConversationInfoTest 221 mBubbleEntry = new NotificationEntryBuilder() in setUp()
|