Home
last modified time | relevance | path

Searched defs:bubbles (Results 1 – 14 of 14) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/bubbles/storage/
DBubblePersistentRepositoryTest.kt33 private val bubbles = listOf( constant in com.android.systemui.bubbles.storage.BubblePersistentRepositoryTest
DBubbleXmlHelperTest.kt33 private val bubbles = listOf( constant in com.android.systemui.bubbles.storage.BubbleXmlHelperTest
DBubbleVolatileRepositoryTest.kt45 private val bubbles = listOf(bubble1, bubble2, bubble3) constant in com.android.systemui.bubbles.storage.BubbleVolatileRepositoryTest
/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/storage/
DBubbleVolatileRepository.kt49 val bubbles: List<BubbleEntity> in <lambda>() constant in com.android.systemui.bubbles.storage.BubbleVolatileRepository
81 bubbles.groupBy { ShortcutKey(it.userId, it.packageName) }.forEach { (key, bubbles) -> in <lambda>() method
88 bubbles.groupBy { ShortcutKey(it.userId, it.packageName) }.forEach { (key, bubbles) -> in <lambda>() method
DBubbleXmlHelper.kt83 val bubbles = mutableListOf<BubbleEntity>() in readXml() constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/
DBubbleDebugConfig.java62 static String formatBubblesString(List<Bubble> bubbles, BubbleViewProvider selected) { in formatBubblesString()
DBubbleDataRepository.kt162 val bubbles = entities.mapNotNull { entity -> in <lambda>() constant
DBubbleData.java82 final List<Bubble> bubbles; field in BubbleData.Update
451 List<Bubble> bubbles, Predicate<Bubble> predicate, Consumer<Bubble> action) { in performActionOnBubblesMatching()
DBubbleStackView.java1313 final List<Bubble> bubbles = mBubbleData.getBubbles(); in updateExpandedViewTheme() local
1325 final List<Bubble> bubbles = mBubbleData.getBubbles(); in updateExpandedViewDirection() local
1559 public void updateBubbleOrder(List<Bubble> bubbles) { in updateBubbleOrder()
2934 List<Bubble> bubbles = new ArrayList<>(); in getBubblesOnScreen() local
DBubbleOverflowActivity.java171 void onDataChanged(List<Bubble> bubbles) { in onDataChanged()
DBubbleController.java1105 mDataRepository.loadBubbles((bubbles) -> { in loadOverflowBubblesFromDisk() argument
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/bubbles/
DBubbleDataTest.java859 private void assertOverflowChangedTo(ImmutableList<Bubble> bubbles) { in assertOverflowChangedTo()
/frameworks/base/core/proto/android/providers/settings/
Dsecure.proto388 optional SettingProto bubbles = 7 [ (android.privacy).dest = DEST_AUTOMATIC ]; field
Dglobal.proto694 optional SettingProto bubbles = 6 [ (android.privacy).dest = DEST_AUTOMATIC ]; field