/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
|
/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/tests/utils/src/com/android/wm/shell/bubbles/ |
D | BubblesKosmos.kt | 24 var Kosmos.bubbles by Kosmos.Fixture { mock<Bubbles> {} } in <lambda>() variable
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/ |
D | BubbleDebugConfig.java | 68 static String formatBubblesString(List<Bubble> bubbles, BubbleViewProvider selected) { in formatBubblesString()
|
D | BubbleDataRepository.kt | 252 val bubbles = entities.mapNotNull { entity -> in <lambda>() constant
|
D | BubbleData.java | 101 final List<Bubble> bubbles; field in BubbleData.Update 778 List<Bubble> bubbles, Predicate<Bubble> predicate, Consumer<Bubble> action) { in performActionOnBubblesMatching() 1296 private static Bubble getBubbleWithPredicate(@NonNull final List<Bubble> bubbles, in getBubbleWithPredicate() 1309 private static Bubble getBubbleWithPredicate(@NonNull final Collection<Bubble> bubbles, in getBubbleWithPredicate()
|
D | BubbleStackView.java | 1747 final List<Bubble> bubbles = mBubbleData.getBubbles(); in updateExpandedViewTheme() local 1759 final List<Bubble> bubbles = mBubbleData.getBubbles(); in updateExpandedViewDirection() local 2111 public void updateBubbleOrder(List<Bubble> bubbles, boolean updatePointerPosition) { in updateBubbleOrder() 2122 private void updateBubbleOrderInternal(List<Bubble> bubbles, boolean updatePointerPosition) { in updateBubbleOrderInternal()
|
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/notetask/ |
D | FakeNoteTaskBubbleController.kt | 48 { bubbles -> in <lambda>() method
|
D | NoteTaskBubblesServiceTest.kt | 45 @Mock private lateinit var bubbles: Bubbles variable in com.android.systemui.notetask.NoteTaskBubblesServiceTest
|
/frameworks/base/libs/WindowManager/Shell/tests/flicker/bubble/src/com/android/wm/shell/flicker/bubble/ |
D | ChangeActiveActivityFromBubbleTest.kt | 65 val bubbles: List<UiObject2> = in <lambda>() constant
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/notetask/ |
D | NoteTaskBubblesController.kt | 129 { bubbles -> in <lambda>() method
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/icon/domain/interactor/ |
D | NotificationIconsInteractor.kt | 42 private val bubbles: Optional<Bubbles>, in <lambda>() constant in com.android.systemui.statusbar.notification.icon.domain.interactor.NotificationIconsInteractor
|
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/bubbles/ |
D | BubbleDataTest.java | 1494 private void assertOverflowChangedTo(ImmutableList<Bubble> bubbles) { in assertOverflowChangedTo() 1499 private void assertBubbleListContains(Bubble... bubbles) { in assertBubbleListContains()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/wmshell/ |
D | BubblesManager.java | 182 Bubbles bubbles, in BubblesManager()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/interruption/ |
D | NotificationInterruptStateProviderImpl.java | 139 Optional<Bubbles> bubbles) { in NotificationInterruptStateProviderImpl()
|
D | VisualInterruptionDecisionProviderImpl.kt | 75 private val bubbles: Optional<Bubbles>, constant
|
D | CommonVisualInterruptionSuppressors.kt | 142 private val bubbles: Optional<Bubbles>, constant in com.android.systemui.statusbar.notification.interruption.PeekAlreadyBubbledSuppressor
|
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/ |
D | TestMocksModule.kt | 96 @get:Provides val bubbles: Optional<Bubbles> = Optional.of(mock()), constant
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/core/ |
D | StatusBarOrchestrator.kt | 252 bubblesOptional.ifPresent { bubbles: Bubbles -> in <lambda>() method
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/notetask/ |
D | NoteTaskInitializerTest.kt | 72 @Mock lateinit var bubbles: Bubbles variable in com.android.systemui.notetask.NoteTaskInitializerTest
|
D | NoteTaskControllerTest.kt | 101 @Mock private lateinit var bubbles: Bubbles in <lambda>() variable in com.android.systemui.notetask.NoteTaskControllerTest
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/wmshell/ |
D | BubblesTest.java | 607 ArrayList<Bubble> bubbles = new ArrayList<>(mBubbleData.getBubbles()); in tearDown() local
|
/frameworks/base/core/proto/android/providers/settings/ |
D | secure.proto | 488 optional SettingProto bubbles = 7 [ (android.privacy).dest = DEST_AUTOMATIC ]; field
|