| /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/bubbles/storage/ |
| D | BubblePersistentRepositoryTest.kt | 33 private val bubbles = listOf( constant in com.android.systemui.bubbles.storage.BubblePersistentRepositoryTest
|
| D | BubbleXmlHelperTest.kt | 33 private val bubbles = listOf( constant in com.android.systemui.bubbles.storage.BubbleXmlHelperTest
|
| D | BubbleVolatileRepositoryTest.kt | 45 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/ |
| D | BubbleVolatileRepository.kt | 49 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
|
| D | BubbleXmlHelper.kt | 83 val bubbles = mutableListOf<BubbleEntity>() in readXml() constant
|
| /frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/ |
| D | BubbleDebugConfig.java | 62 static String formatBubblesString(List<Bubble> bubbles, BubbleViewProvider selected) { in formatBubblesString()
|
| D | BubbleDataRepository.kt | 162 val bubbles = entities.mapNotNull { entity -> in <lambda>() constant
|
| D | BubbleData.java | 82 final List<Bubble> bubbles; field in BubbleData.Update 451 List<Bubble> bubbles, Predicate<Bubble> predicate, Consumer<Bubble> action) { in performActionOnBubblesMatching()
|
| D | BubbleStackView.java | 1313 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
|
| D | BubbleOverflowActivity.java | 171 void onDataChanged(List<Bubble> bubbles) { in onDataChanged()
|
| D | BubbleController.java | 1105 mDataRepository.loadBubbles((bubbles) -> { in loadOverflowBubblesFromDisk() argument
|
| /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/bubbles/ |
| D | BubbleDataTest.java | 859 private void assertOverflowChangedTo(ImmutableList<Bubble> bubbles) { in assertOverflowChangedTo()
|
| /frameworks/base/core/proto/android/providers/settings/ |
| D | secure.proto | 388 optional SettingProto bubbles = 7 [ (android.privacy).dest = DEST_AUTOMATIC ]; field
|
| D | global.proto | 694 optional SettingProto bubbles = 6 [ (android.privacy).dest = DEST_AUTOMATIC ]; field
|