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.java63 setGroupKey(group.getGroupKey()); in NotificationGroup()
113 void setGroupKey(@NonNull String groupKey) { in setGroupKey() method in NotificationGroup
324 setGroupKey(groupKey); in assertSameGroupKey()
344 setGroupKey(singleGroupKey); in updateGroupKeyOrThrowError()
DCarNotificationViewAdapter.java583 notificationGroupWithHeader.setGroupKey("notification_header"); in createNotificationHeader()
590 notificationGroupWithFooter.setGroupKey("notification_footer"); in createNotificationFooter()
597 notificationGroupWithRecents.setGroupKey("notification_recents"); in createRecentsHeader()
605 notificationGroupWithOlder.setGroupKey("notification_older"); in createOlderHeader()
/packages/apps/Car/Notification/tests/unit/src/com/android/car/notification/
DNotificationGroupTest.java127 mNotificationGroup.setGroupKey(mNotification1.getStatusBarNotification().getGroupKey()); in setGroupKey_shouldSetGroupKey()