Home
last modified time | relevance | path

Searched refs:bubbleEntry (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/wmshell/
H A DBubblesTest.java1708 BubbleEntry bubbleEntry = createBubbleEntry(false /* isConversation */); in testShowStackEdu_isNotConversationBubble() local
1709 mBubbleController.updateBubble(bubbleEntry); in testShowStackEdu_isNotConversationBubble()
1713 Bubble bubble = mBubbleData.getBubbleInStackWithKey(bubbleEntry.getKey()); in testShowStackEdu_isNotConversationBubble()
1726 BubbleEntry bubbleEntry = createBubbleEntry(true /* isConversation */); in testShowStackEdu_isConversationBubble() local
1727 mBubbleController.updateBubble(bubbleEntry); in testShowStackEdu_isConversationBubble()
1731 Bubble bubble = mBubbleData.getBubbleInStackWithKey(bubbleEntry.getKey()); in testShowStackEdu_isConversationBubble()
1744 BubbleEntry bubbleEntry = createBubbleEntry(true /* isConversation */); in testShowStackEdu_isSeenConversationBubble() local
1745 mBubbleController.updateBubble(bubbleEntry); in testShowStackEdu_isSeenConversationBubble()
1749 Bubble bubble = mBubbleData.getBubbleInStackWithKey(bubbleEntry.getKey()); in testShowStackEdu_isSeenConversationBubble()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/wmshell/
H A DBubblesManager.java438 BubbleEntry bubbleEntry = entry != null ? notifToBubbleEntry(entry) : null; in onRankingUpdate() local
440 pendingOrActiveNotif.put(key, new Pair<>(bubbleEntry, shouldBubbleUp)); in onRankingUpdate()