Searched refs:addBubble (Results 1 – 4 of 4) sorted by relevance
109 private NotificationRecord getNotificationRecord(boolean addBubble) { in getNotificationRecord() argument126 if (addBubble) { in getNotificationRecord()
154 void addBubble(Bubble addedBubble); in addBubble() method1349 mStackView.addBubble(b); in setUpBubbleViewsForMode()1623 public void addBubble(Bubble addedBubble) {1625 mStackView.addBubble(addedBubble);1677 public void addBubble(Bubble addedBubble) {1791 mDataRepository.addBubble(mCurrentUserId, update.addedBubble);1792 mBubbleViewCallback.addBubble(update.addedBubble);
63 fun addBubble(@UserIdInt userId: Int, bubble: Bubble) = addBubbles(userId, listOf(bubble)) regex
1762 void addBubble(Bubble bubble) { in addBubble() method in BubbleStackView