Home
last modified time | relevance | path

Searched defs:createBubble (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/notification/row/
H A DNotificationTestHelper.java358 public ExpandableNotificationRow createBubble() in createBubble() method in NotificationTestHelper
425 public NotificationEntry createBubble(@Nullable PendingIntent deleteIntent) { in createBubble() method in NotificationTestHelper
434 public NotificationEntry createBubble(UserHandle handle) { in createBubble() method in NotificationTestHelper
452 private NotificationEntry createBubble(BubbleMetadata metadata, UserHandle userHandle) { in createBubble() method in NotificationTestHelper
/aosp_15_r20/packages/apps/Launcher3/quickstep/testing/com/android/launcher3/taskbar/bubbles/testing/
DFakeBubbleViewFactory.kt36 fun createBubble( in createBubble() method
/aosp_15_r20/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/interruption/
H A DNotificationInterruptStateProviderImplTest.java1101 private NotificationEntry createBubble() { in createBubble() method in NotificationInterruptStateProviderImplTest
1105 private NotificationEntry createBubble(String groupKey, Integer groupAlert) { in createBubble() method in NotificationInterruptStateProviderImplTest
1109 private NotificationEntry createBubble(String groupKey, Integer groupAlert, Boolean suspended) { in createBubble() method in NotificationInterruptStateProviderImplTest
/aosp_15_r20/packages/apps/Launcher3/quickstep/tests/multivalentScreenshotTests/src/com/android/launcher3/taskbar/bubbles/
DBubbleBarViewScreenshotTest.kt131 private fun createBubble(key: String, color: Int): BubbleView { in <lambda>() method
/aosp_15_r20/frameworks/base/libs/WindowManager/Shell/multivalentTests/src/com/android/wm/shell/bubbles/
H A DUiEventSubjectTest.kt132 private fun createBubble(appUid: Int, packageName: String, instanceId: InstanceId): Bubble { in <lambda>() method in com.android.wm.shell.bubbles.UiEventSubjectTest
/aosp_15_r20/frameworks/base/libs/WindowManager/Shell/multivalentTests/src/com/android/wm/shell/bubbles/bar/
H A DBubbleBarAnimationHelperTest.kt196 private fun createBubble(key: String): Bubble { in createBubble() method in com.android.wm.shell.bubbles.bar.BubbleBarAnimationHelperTest
/aosp_15_r20/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/wmshell/
H A DBubblesTest.java2680 private Bubble createBubble(int userId, String pkg) { in createBubble() method in BubblesTest