| /frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/bubbles/storage/ | 
| D | BubblePersistentRepositoryTest.kt | 55     private val bubbles = SparseArray<List<BubbleEntity>>()  constant
 | 
| D | BubbleXmlHelperTest.kt | 54     private val bubbles = SparseArray<List<BubbleEntity>>()  constant in com.android.wm.shell.bubbles.storage.BubbleXmlHelperTest
 | 
| /frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/storage/ | 
| D | BubbleVolatileRepository.kt | 47     val bubbles: SparseArray<List<BubbleEntity>>  in <lambda>()  constant in com.android.wm.shell.bubbles.storage.BubbleVolatileRepository162         bubbles.groupBy { ShortcutKey(it.userId, it.packageName) }.forEach { (key, bubbles) ->  in <lambda>()  method
 169         bubbles.groupBy { ShortcutKey(it.userId, it.packageName) }.forEach { (key, bubbles) ->  in <lambda>()  method
 
 | 
| D | BubbleXmlHelper.kt | 99     val bubbles = SparseArray<List<BubbleEntity>>()  in readXml()  constant
 | 
| /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/notetask/ | 
| D | FakeNoteTaskBubbleController.kt | 42             { bubbles -> bubbles.showOrHideAppBubble(intent, userHandle, icon) },  in <lambda>()  method
 | 
| D | NoteTaskBubblesServiceTest.kt | 42     @Mock private lateinit var bubbles: Bubbles  variable in com.android.systemui.notetask.NoteTaskBubblesServiceTest
 | 
| D | NoteTaskInitializerTest.kt | 61     @Mock lateinit var bubbles: Bubbles  variable in com.android.systemui.notetask.NoteTaskInitializerTest
 | 
| D | NoteTaskControllerTest.kt | 100     @Mock private lateinit var bubbles: Bubbles  in <lambda>()  variable in com.android.systemui.notetask.NoteTaskControllerTest
 | 
| /frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/ | 
| D | BubbleDebugConfig.java | 78     static String formatBubblesString(List<Bubble> bubbles, BubbleViewProvider selected) {  in formatBubblesString()
 | 
| D | BubbleDataRepository.kt | 248         val bubbles = entities.mapNotNull { entity ->  in <lambda>()  constant
 | 
| D | BubbleStackView.java | 1520         final List<Bubble> bubbles = mBubbleData.getBubbles();  in updateExpandedViewTheme()  local1532         final List<Bubble> bubbles = mBubbleData.getBubbles();  in updateExpandedViewDirection()  local
 1877     public void updateBubbleOrder(List<Bubble> bubbles, boolean updatePointerPositoion) {  in updateBubbleOrder()
 
 | 
| D | BubbleData.java | 92         final List<Bubble> bubbles;  field in BubbleData.Update632             List<Bubble> bubbles, Predicate<Bubble> predicate, Consumer<Bubble> action) {  in performActionOnBubblesMatching()
 
 | 
| /frameworks/base/libs/WindowManager/Shell/tests/flicker/src/com/android/wm/shell/flicker/bubble/ | 
| D | ChangeActiveActivityFromBubbleTest.kt | 68                 val bubbles: List<UiObject2> =  in <lambda>()  constant
 | 
| /frameworks/base/packages/SystemUI/src/com/android/systemui/notetask/ | 
| D | NoteTaskBubblesController.kt | 126                         { bubbles -> bubbles.showOrHideAppBubble(intent, userHandle, icon) },  in <lambda>()  method
 | 
| /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/icon/ui/viewbinder/ | 
| D | NotificationIconAreaControllerViewBinderWrapperImplTest.kt | 64     @Mock private lateinit var bubbles: Bubbles  variable in com.android.systemui.statusbar.notification.icon.ui.viewbinder.NotificationIconAreaControllerViewBinderWrapperImplTest
 | 
| /frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/bubbles/ | 
| D | BubbleDataTest.java | 1167     private void assertOverflowChangedTo(ImmutableList<Bubble> bubbles) {  in assertOverflowChangedTo()1172     private void assertBubbleListContains(Bubble... bubbles) {  in assertBubbleListContains()
 
 | 
| /frameworks/base/packages/SystemUI/src/com/android/systemui/wmshell/ | 
| D | BubblesManager.java | 164             Bubbles bubbles,  in BubblesManager()
 | 
| /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/wmshell/ | 
| D | BubblesTest.java | 468         ArrayList<Bubble> bubbles = new ArrayList<>(mBubbleData.getBubbles());  in tearDown()  local
 | 
| /frameworks/base/core/proto/android/providers/settings/ | 
| D | secure.proto | 450         optional SettingProto bubbles = 7 [ (android.privacy).dest = DEST_AUTOMATIC ];  field
 | 
| D | global.proto | 722         optional SettingProto bubbles = 6 [ (android.privacy).dest = DEST_AUTOMATIC ];  field
 | 
| /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ | 
| D | CentralSurfacesImpl.java | 934     private void initBubbles(Bubbles bubbles) {  in initBubbles()
 |