Searched defs:bubbles (Results 1 – 12 of 12) sorted by relevance
53 private val bubbles = SparseArray<List<BubbleEntity>>() constant
52 private val bubbles = SparseArray<List<BubbleEntity>>() constant in com.android.wm.shell.bubbles.storage.BubbleXmlHelperTest
46 val bubbles: SparseArray<List<BubbleEntity>> in <lambda>() constant in com.android.wm.shell.bubbles.storage.BubbleVolatileRepository103 bubbles.groupBy { ShortcutKey(it.userId, it.packageName) }.forEach { (key, bubbles) -> in <lambda>() method110 bubbles.groupBy { ShortcutKey(it.userId, it.packageName) }.forEach { (key, bubbles) -> in <lambda>() method
97 val bubbles = SparseArray<List<BubbleEntity>>() in readXml() constant
63 static String formatBubblesString(List<Bubble> bubbles, BubbleViewProvider selected) { in formatBubblesString()
171 val bubbles = entities.mapNotNull { entity -> in <lambda>() constant
1322 final List<Bubble> bubbles = mBubbleData.getBubbles(); in updateExpandedViewTheme() local1334 final List<Bubble> bubbles = mBubbleData.getBubbles(); in updateExpandedViewDirection() local1566 public void updateBubbleOrder(List<Bubble> bubbles) { in updateBubbleOrder()
90 final List<Bubble> bubbles; field in BubbleData.Update513 List<Bubble> bubbles, Predicate<Bubble> predicate, Consumer<Bubble> action) { in performActionOnBubblesMatching()
163 Bubbles bubbles, in BubblesManager()
923 private void assertOverflowChangedTo(ImmutableList<Bubble> bubbles) { in assertOverflowChangedTo()
423 optional SettingProto bubbles = 7 [ (android.privacy).dest = DEST_AUTOMATIC ]; field
700 optional SettingProto bubbles = 6 [ (android.privacy).dest = DEST_AUTOMATIC ]; field