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.java43 private StatusBarNotification mGroupSummaryNotification; field in NotificationGroup
62 mGroupSummaryNotification = groupSummaryNotification; in setGroupSummaryNotification()
91 return mGroupSummaryNotification != null && getChildCount() > 1; in isGroup()
149 return mGroupSummaryNotification; in getGroupSummaryNotification()
218 if (mGroupSummaryNotification != null) { in getNotificationForSorting()