Home
last modified time | relevance | path

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

/aosp12/packages/apps/Car/Notification/src/com/android/car/notification/
H A DNotificationGroup.java61 setGroupKey(group.getGroupKey()); in NotificationGroup()
111 void setGroupKey(@NonNull String groupKey) { in setGroupKey() method in NotificationGroup
322 setGroupKey(groupKey); in assertSameGroupKey()
H A DCarNotificationViewAdapter.java571 notificationGroupWithHeader.setGroupKey("notification_header"); in createNotificationHeader()
578 notificationGroupWithFooter.setGroupKey("notification_footer"); in createNotificationFooter()
585 notificationGroupWithRecents.setGroupKey("notification_recents"); in createRecentsHeader()
593 notificationGroupWithOlder.setGroupKey("notification_older"); in createOlderHeader()
/aosp12/packages/apps/Car/Notification/tests/unit/src/com/android/car/notification/
H A DNotificationGroupTest.java127 mNotificationGroup.setGroupKey(mNotification1.getStatusBarNotification().getGroupKey()); in setGroupKey_shouldSetGroupKey()