Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DNotificationTestHelper.java337 Notification.Builder notificationBuilder = new Notification.Builder(mContext, "channelId") in createNotification() local
344 notificationBuilder.setGroupSummary(true); in createNotification()
347 notificationBuilder.setGroup(groupKey); in createNotification()
350 notificationBuilder.setBubbleMetadata(bubbleMetadata); in createNotification()
352 return notificationBuilder.build(); in createNotification()