Searched refs:bubbleEntry (Results 1 – 2 of 2) sorted by relevance
1708 BubbleEntry bubbleEntry = createBubbleEntry(false /* isConversation */); in testShowStackEdu_isNotConversationBubble() local1709 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() local1727 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() local1745 mBubbleController.updateBubble(bubbleEntry); in testShowStackEdu_isSeenConversationBubble()1749 Bubble bubble = mBubbleData.getBubbleInStackWithKey(bubbleEntry.getKey()); in testShowStackEdu_isSeenConversationBubble()
438 BubbleEntry bubbleEntry = entry != null ? notifToBubbleEntry(entry) : null; in onRankingUpdate() local440 pendingOrActiveNotif.put(key, new Pair<>(bubbleEntry, shouldBubbleUp)); in onRankingUpdate()