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.java65 void setGroupKey(@NonNull String groupKey) { in setGroupKey() method in NotificationGroup
226 setGroupKey(groupKey); in assertSameGroupKey()
DCarNotificationViewAdapter.java507 notificationGroupWithHeader.setGroupKey("notification_header"); in createNotificationHeader()
514 notificationGroupWithFooter.setGroupKey("notification_footer"); in createNotificationFooter()
/packages/apps/Car/Notification/tests/robotests/src/com/android/car/notification/
DNotificationGroupTest.java128 mNotificationGroup.setGroupKey(mNOTIFICATION1.getGroupKey()); in setGroupKey_shouldSetGroupKey()