Home
last modified time | relevance | path

Searched refs:createShortcutBubble (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
H A DNotificationTestHelper.java351 public ExpandableNotificationRow createShortcutBubble(String shortcutId) in createShortcutBubble() method in NotificationTestHelper
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/wmshell/
H A DBubblesTest.java1216 ExpandableNotificationRow row = mNotificationTestHelper.createShortcutBubble("shortcutId"); in testDeleteShortcutsDeletesXml()
1348 ExpandableNotificationRow row = mNotificationTestHelper.createShortcutBubble("shortcutId"); in testNotificationChannelModified_channelUpdated_removesOverflowBubble()
1374 ExpandableNotificationRow row = mNotificationTestHelper.createShortcutBubble("shortcutId"); in testNotificationChannelModified_channelDeleted_removesOverflowBubble()
/aosp14/frameworks/base/core/api/
H A Dremoved.txt18 …d @NonNull public android.app.Notification.BubbleMetadata.Builder createShortcutBubble(@NonNull St…
/aosp14/frameworks/base/core/java/android/app/
H A DNotification.java10611 public BubbleMetadata.Builder createShortcutBubble(@NonNull String shortcutId) { in createShortcutBubble() method in Notification.Builder.BubbleMetadata.Builder