Home
last modified time | relevance | path

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

/aosp12/packages/apps/Car/Notification/src/com/android/car/notification/
H A DNotificationGroup.java45 private AlertEntry mGroupSummaryNotification; field in NotificationGroup
108 mGroupSummaryNotification = groupSummaryNotification; in setGroupSummaryNotification()
137 return mGroupSummaryNotification != null && getChildCount() > 1; in isGroup()
249 return mGroupSummaryNotification; in getGroupSummaryNotification()
314 if (mGroupSummaryNotification != null) { in getNotificationForSorting()