Home
last modified time | relevance | path

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

/packages/apps/Car/Notification/src/com/android/car/notification/
DNotificationGroup.java64 void setGroupKey(@NonNull String groupKey) { in setGroupKey() method in NotificationGroup
231 setGroupKey(groupKey); in assertSameGroupKey()
DCarNotificationViewAdapter.java410 notificationGroupWithHeader.setGroupKey("notification_header"); in createNotificationHeader()
417 notificationGroupWithFooter.setGroupKey("notification_footer"); in createNotificationFooter()
/packages/apps/Car/Notification/tests/unit/src/com/android/car/notification/
DNotificationGroupTest.java127 mNotificationGroup.setGroupKey(mNotification1.getStatusBarNotification().getGroupKey()); in setGroupKey_shouldSetGroupKey()