Home
last modified time | relevance | path

Searched refs:addBubble (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubbleDataRepository.kt53 fun addBubble(@UserIdInt userId: Int, bubble: Bubble) = addBubbles(userId, listOf(bubble)) in <lambda>() method
DBubbleController.java1159 mDataRepository.addBubble(mCurrentUserId, update.addedBubble);
1160 mStackView.addBubble(update.addedBubble);
DBubbleStackView.java1494 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() argument
126 if (addBubble) { in getNotificationRecord()