Searched defs:addBubble (Results 1 – 3 of 3) sorted by relevance
54 fun addBubble(@UserIdInt userId: Int, bubble: Bubble) = addBubbles(userId, listOf(bubble)) in <lambda>() method in com.android.systemui.bubbles.BubbleDataRepository
1501 void addBubble(Bubble bubble) { in addBubble() method in BubbleStackView
109 private NotificationRecord getNotificationRecord(boolean addBubble) { in getNotificationRecord()