Searched defs:addBubbles (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/storage/ | ||
D | BubbleVolatileRepository.kt | 78 fun addBubbles(userId: Int, bubbles: List<BubbleEntity>) { in <lambda>() method in com.android.wm.shell.bubbles.storage.BubbleVolatileRepository |
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/ | ||
D | BubbleDataRepository.kt | 69 fun addBubbles(@UserIdInt userId: Int, bubbles: List<Bubble>) { in <lambda>() method in com.android.wm.shell.bubbles.BubbleDataRepository |