Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
H A DNotificationTestHelper.java323 makeBubbleMetadata(null /* deleteIntent */, false /* autoExpand */)); in createBubble()
340 makeBubbleMetadata(null /* deleteIntent */, false /* autoExpand */)); in createStickyRow()
372 makeBubbleMetadata(null /* deleteIntent */, false /* autoExpand */)); in createBubbleInGroup()
388 return createBubble(makeBubbleMetadata(deleteIntent, false /* autoExpand */), USER_HANDLE); in createBubble()
397 return createBubble(makeBubbleMetadata(null /* deleteIntent */, false /* autoExpand */), in createBubble()
405 return createBubble(makeBubbleMetadata(null /* deleteIntent */, true /* autoExpand */), in createAutoExpandedBubble()
632 private BubbleMetadata makeBubbleMetadata(PendingIntent deleteIntent, boolean autoExpand) { in makeBubbleMetadata() method in NotificationTestHelper