/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 in com.android.wm.shell.bubbles.storage.BubblePersistentRepositoryTest
|
D | BubbleXmlHelperTest.kt | 54 private val bubbles = SparseArray<List<BubbleEntity>>() constant in com.android.wm.shell.bubbles.storage.BubbleXmlHelperTest
|
/frameworks/base/libs/WindowManager/Shell/tests/flicker/src/com/android/wm/shell/flicker/bubble/ |
D | MultiBubblesScreen.kt | 69 val bubbles = device.wait(Until.findObjects( in <lambda>() constant
|
/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.BubbleVolatileRepository 162 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/src/com/android/systemui/notetask/ |
D | NoteTaskController.kt | 76 val bubbles = optionalBubbles.getOrNull() ?: return in showNoteTask() constant
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/ |
D | BubbleDebugConfig.java | 66 static String formatBubblesString(List<Bubble> bubbles, BubbleViewProvider selected) { in formatBubblesString()
|
D | BubbleDataRepository.kt | 197 val bubbles = entities.mapNotNull { entity -> in <lambda>() constant
|
D | BubbleStackView.java | 1474 final List<Bubble> bubbles = mBubbleData.getBubbles(); in updateExpandedViewTheme() local 1486 final List<Bubble> bubbles = mBubbleData.getBubbles(); in updateExpandedViewDirection() local 1799 public void updateBubbleOrder(List<Bubble> bubbles, boolean updatePointerPositoion) { in updateBubbleOrder()
|
D | BubbleData.java | 90 final List<Bubble> bubbles; field in BubbleData.Update 539 List<Bubble> bubbles, Predicate<Bubble> predicate, Consumer<Bubble> action) { in performActionOnBubblesMatching()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/notetask/ |
D | NoteTaskInitializerTest.kt | 50 @Mock lateinit var bubbles: Bubbles variable in com.android.systemui.notetask.NoteTaskInitializerTest
|
D | NoteTaskControllerTest.kt | 60 @Mock lateinit var bubbles: Bubbles in <lambda>() variable in com.android.systemui.notetask.NoteTaskControllerTest
|
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/bubbles/ |
D | BubbleDataTest.java | 1164 private void assertOverflowChangedTo(ImmutableList<Bubble> bubbles) { in assertOverflowChangedTo() 1169 private void assertBubbleListContains(Bubble... bubbles) { in assertBubbleListContains()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/wmshell/ |
D | BubblesManager.java | 160 Bubbles bubbles, in BubblesManager()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/wmshell/ |
D | BubblesTest.java | 430 ArrayList<Bubble> bubbles = new ArrayList<>(mBubbleData.getBubbles()); in tearDown() local
|
/frameworks/base/core/proto/android/providers/settings/ |
D | secure.proto | 441 optional SettingProto bubbles = 7 [ (android.privacy).dest = DEST_AUTOMATIC ]; field
|
D | global.proto | 719 optional SettingProto bubbles = 6 [ (android.privacy).dest = DEST_AUTOMATIC ]; field
|