Home
last modified time | relevance | path

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

/aosp12/packages/apps/Car/Notification/src/com/android/car/notification/
H A DNotificationGroup.java82 assertSameGroupKey(alertEntry.getStatusBarNotification().getGroupKey()); in addNotification()
107 assertSameGroupKey(groupSummaryNotification.getStatusBarNotification().getGroupKey()); in setGroupSummaryNotification()
320 private void assertSameGroupKey(String groupKey) { in assertSameGroupKey() method in NotificationGroup