Searched refs:makeBubbleMetadata (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/ |
D | NotificationTestHelper.java | 380 makeBubbleMetadata(null /* deleteIntent */, false /* autoExpand */)); in createBubble() 397 makeBubbleMetadata(null /* deleteIntent */, false /* autoExpand */)); in createStickyRow() 429 makeBubbleMetadata(null /* deleteIntent */, false /* autoExpand */)); in createBubbleInGroup() 445 return createBubble(makeBubbleMetadata(deleteIntent, false /* autoExpand */), USER_HANDLE); in createBubble() 454 return createBubble(makeBubbleMetadata(null /* deleteIntent */, false /* autoExpand */), in createBubble() 462 return createBubble(makeBubbleMetadata(null /* deleteIntent */, true /* autoExpand */), in createAutoExpandedBubble() 688 private BubbleMetadata makeBubbleMetadata(PendingIntent deleteIntent, boolean autoExpand) { in makeBubbleMetadata() method in NotificationTestHelper
|