Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
H A DNotificationTestHelper.java260 public ExpandableNotificationRow createShortcutBubble(String shortcutId) in createShortcutBubble() method in NotificationTestHelper
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/wmshell/
H A DNewNotifPipelineBubblesTest.java1025 ExpandableNotificationRow row = mNotificationTestHelper.createShortcutBubble("shortcutId"); in testDeleteShortcutsDeletesXml()
H A DBubblesTest.java1175 ExpandableNotificationRow row = mNotificationTestHelper.createShortcutBubble("shortcutId"); in testDeleteShortcutsDeletesXml()
/aosp12/frameworks/base/core/api/
H A Dremoved.txt18 …d @NonNull public android.app.Notification.BubbleMetadata.Builder createShortcutBubble(@NonNull St…
/aosp12/frameworks/base/core/java/android/app/
H A DNotification.java10277 public BubbleMetadata.Builder createShortcutBubble(@NonNull String shortcutId) { in createShortcutBubble() method in Notification.Builder.BubbleMetadata.Builder