Home
last modified time | relevance | path

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

/packages/apps/Car/Notification/src/com/android/car/notification/
DNotificationGroup.java42 private AlertEntry mGroupSummaryNotification; field in NotificationGroup
61 mGroupSummaryNotification = groupSummaryNotification; in setGroupSummaryNotification()
90 return mGroupSummaryNotification != null && getChildCount() > 1; in isGroup()
154 return mGroupSummaryNotification; in getGroupSummaryNotification()
223 if (mGroupSummaryNotification != null) { in getNotificationForSorting()