Searched refs:createShortcutBubble (Results 1 – 4 of 4) sorted by relevance
351 public ExpandableNotificationRow createShortcutBubble(String shortcutId) in createShortcutBubble() method in NotificationTestHelper
1216 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()
18 …d @NonNull public android.app.Notification.BubbleMetadata.Builder createShortcutBubble(@NonNull St…
10611 public BubbleMetadata.Builder createShortcutBubble(@NonNull String shortcutId) { in createShortcutBubble() method in Notification.Builder.BubbleMetadata.Builder