Home
last modified time | relevance | path

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

/packages/apps/DeskClock/src/com/android/deskclock/alarms/
DAlarmNotifications.java176 private static boolean isGroupSummary(Notification n) { in isGroupSummary() method in AlarmNotifications
202 if (!isGroupSummary(n) in getFirstActiveNotification()
221 if (isGroupSummary(n) && group.equals(n.getGroup())) { in getActiveGroupSummaryNotification()
/packages/apps/Launcher3/src/com/android/launcher3/notification/
DNotificationListener.java321 boolean isGroupSummary = (sbn.getNotification().flags in updateGroupKeyIfNecessary()
323 if (isGroupSummary) { in updateGroupKeyIfNecessary()
/packages/apps/Car/Notification/src/com/android/car/notification/
DPreprocessingManager.java292 if (notification.isGroupSummary()) { in group()
367 if (notification.isGroupSummary()) { in additionalGroup()
DCarNotificationViewAdapter.java363 boolean isGroupSummary = notificationGroup.getChildTitles() != null; in getItemViewType()
364 if (isGroupSummary) { in getItemViewType()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/notification/
DNotificationStation.java355 if (n.isGroupSummary()) { in generateExtraText()
/packages/apps/Settings/src/com/android/settings/notification/
DNotificationStation.java355 if (n.isGroupSummary()) { in generateExtraText()