Home
last modified time | relevance | path

Searched defs:addBubble (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/
DBubbleDataRepository.kt54 fun addBubble(@UserIdInt userId: Int, bubble: Bubble) = addBubbles(userId, listOf(bubble)) in <lambda>() method in com.android.systemui.bubbles.BubbleDataRepository
DBubbleStackView.java1501 void addBubble(Bubble bubble) { in addBubble() method in BubbleStackView
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DBubbleExtractorTest.java109 private NotificationRecord getNotificationRecord(boolean addBubble) { in getNotificationRecord()