Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DBubbleExtractorTest.java109 private NotificationRecord getNotificationRecord(boolean addBubble) { in getNotificationRecord() argument
126 if (addBubble) { in getNotificationRecord()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
H A DBubbleController.java154 void addBubble(Bubble addedBubble); in addBubble() method
1349 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);
H A DBubbleDataRepository.kt63 fun addBubble(@UserIdInt userId: Int, bubble: Bubble) = addBubbles(userId, listOf(bubble)) regex
H A DBubbleStackView.java1762 void addBubble(Bubble bubble) { in addBubble() method in BubbleStackView