Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DNotificationGroupTestHelper.java63 public NotificationEntry createEntry(boolean isSummary, int groupAlertBehavior) { in createEntry() argument
68 .setGroupSummary(isSummary) in createEntry()
/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/
DBubbleController.java460 boolean isSummary = key.equals(mBubbleData.getSummaryKey(groupKey)); in isBubbleNotificationSuppressedFromShade()
461 return (isSummary && isSuppressedSummary) || isBubbleAndSuppressed; in isBubbleNotificationSuppressedFromShade()
547 boolean isSummary = entry != null
549 boolean isSummaryOfBubbles = (isSuppressedSummary || isSummary)
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationManagerServiceTest.java446 String groupKey, boolean isSummary) { in generateNotificationRecord() argument
447 return generateNotificationRecord(channel, id, groupKey, isSummary, false /* isBubble */); in generateNotificationRecord()
451 String groupKey, boolean isSummary, boolean isBubble) { in generateNotificationRecord() argument
456 .setGroupSummary(isSummary); in generateNotificationRecord()
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationManagerService.java5854 boolean isSummary = n.isGroupSummary();
5869 if (isSummary) {
5877 if (oldIsSummary && (!isSummary || !oldGroup.equals(group))) {