Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/notification/history/
DNotificationStation.java127 if (sbn.getNotification().isGroupSummary()) {
138 if (sbn.getNotification().isGroupSummary()) {
386 if (sbn.getNotification().isGroupSummary()) { in loadNotifications()
541 if (n.isGroupSummary()) { in generateExtraText()
DNotificationSbnAdapter.java168 if (sbn.isGroup() && sbn.getNotification().isGroupSummary()) { in shouldShowSbn()
/packages/apps/Launcher3/src/com/android/launcher3/notification/
DNotificationListener.java287 boolean isGroupSummary = (sbn.getNotification().flags in updateGroupKeyIfNecessary()
289 if (isGroupSummary) { in updateGroupKeyIfNecessary()
/packages/apps/Car/Notification/src/com/android/car/notification/
DCarNotificationViewAdapter.java228 boolean isGroupSummary = notificationGroup.getChildTitles() != null; in getItemViewType()
229 if (isGroupSummary) { in getItemViewType()
DPreprocessingManager.java339 if (notification.isGroupSummary()) { in group()
420 if (notification.isGroupSummary()) { in additionalGroup()
/packages/apps/DeskClock/src/com/android/deskclock/alarms/
DAlarmNotifications.java225 private static boolean isGroupSummary(Notification n) { in isGroupSummary() method in AlarmNotifications
251 if (!isGroupSummary(n) in getFirstActiveNotification()
270 if (isGroupSummary(n) && group.equals(n.getGroup())) { in getActiveGroupSummaryNotification()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/notification/
DNotificationStation.java355 if (n.isGroupSummary()) { in generateExtraText()
/packages/apps/Car/Notification/tests/robotests/src/com/android/car/notification/
DPreprocessingManagerTest.java177 when(mSummaryNotification.isGroupSummary()).thenReturn(true); in setup()