Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/multivalentTests/src/com/android/wm/shell/bubbles/
DBubbleStackViewTest.kt134 fun addBubble() { in <lambda>() method
137 bubbleStackView.addBubble(bubble) in <lambda>()
148 bubbleStackView.addBubble(bubble) in <lambda>()
181 bubbleStackView.addBubble(bubble1) in <lambda>()
182 bubbleStackView.addBubble(bubble2) in <lambda>()
/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()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubbleDataRepository.kt63 fun addBubble(@UserIdInt userId: Int, bubble: Bubble) = addBubbles(userId, listOf(bubble)) in <lambda>() method in com.android.wm.shell.bubbles.BubbleDataRepository
DBubbleController.java162 void addBubble(Bubble addedBubble); in addBubble() method
1574 mStackView.addBubble(b); in setUpBubbleViewsForMode()
1861 public void addBubble(Bubble addedBubble) {
1863 mStackView.addBubble(addedBubble);
1928 public void addBubble(Bubble addedBubble) {
2053 mDataRepository.addBubble(mCurrentUserId, update.addedBubble);
2054 mBubbleViewCallback.addBubble(update.addedBubble);
DBubbleStackView.java1956 void addBubble(Bubble bubble) { in addBubble() method in BubbleStackView