Home
last modified time | relevance | path

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

/packages/apps/Car/Notification/src/com/android/car/notification/
DNotificationGroup.java55 assertSameGroupKey(alertEntry.getStatusBarNotification().getGroupKey()); in addNotification()
60 assertSameGroupKey(groupSummaryNotification.getStatusBarNotification().getGroupKey()); in setGroupSummaryNotification()
229 private void assertSameGroupKey(String groupKey) { in assertSameGroupKey() method in NotificationGroup