Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
DNotificationTestHelper.java202 boolean isGroupSummary, in createRow() argument
205 Notification notif = createNotification(isGroupSummary, groupKey); in createRow()
225 private Notification createNotification(boolean isGroupSummary, @Nullable String groupKey) { in createNotification() argument
226 return createNotification(isGroupSummary, groupKey, null /* bubble metadata */); in createNotification()
237 public Notification createNotification(boolean isGroupSummary, in createNotification() argument
250 if (isGroupSummary) { in createNotification()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationGroupManager.java198 && group.summary.notification.getNotification().isGroupSummary() in updateSuppression()
258 return isGroupSuppressed(getGroupKey(sbn)) && sbn.getNotification().isGroupSummary(); in isSummaryOfSuppressedGroup()
262 return !sbn.getNotification().isGroupSummary() in isOnlyChild()
332 if (!isGroupSummary(sbn)) { in isSummaryOfGroup()
421 public boolean isGroupSummary(StatusBarNotification sbn) { in isGroupSummary() method in NotificationGroupManager
425 return sbn.getNotification().isGroupSummary(); in isGroupSummary()
438 return sbn.isGroup() && !sbn.getNotification().isGroupSummary(); in isGroupChild()
485 if (!sbn.isGroup() || sbn.getNotification().isGroupSummary()) { in shouldIsolate()
DNotificationGroupAlertTransferHelper.java477 if (mEntry.notification.getNotification().isGroupSummary() in isStillValid()
478 != mOriginalNotification.getNotification().isGroupSummary()) { in isStillValid()
/frameworks/base/services/core/java/com/android/server/notification/
DRankingHelper.java139 boolean isGroupSummary = record.getNotification().isGroupSummary(); in sort()
147 isGroupSummary ? '0' : '1', in sort()
DSnoozeHelper.java284 && potentialGroupSummary.getNotification().isGroupSummary() in repostGroupSummary()
DNotificationManagerService.java1472 if (posted.sbn.isGroup() && posted.getNotification().isGroupSummary()) { in getNotificationRecordCount()
5128 if (r.getNotification().isGroupSummary()) {
5460 if (r.sbn.isGroup() && r.sbn.getNotification().isGroupSummary()) {
5602 if (n.isGroupSummary() && !sbn.isAppGroup()) {
5609 boolean isSummary = n.isGroupSummary();
5613 boolean oldIsSummary = old != null && oldN.isGroupSummary();
5762 if (record.sbn.isGroup() && record.sbn.getNotification().isGroupSummary()) {
6861 if (!n.isGroupSummary()) {
6888 if ((childSbn.isGroup() && !childSbn.getNotification().isGroupSummary()) &&
/frameworks/base/core/java/android/service/notification/
DStatusBarNotification.java138 if (overrideGroupKey != null && getNotification().isGroupSummary()) { in key()
421 getNotification().isGroupSummary() ? 1 : 0) in getLogMaker()
/frameworks/base/core/java/android/app/
DNotification.java3245 public boolean isGroupSummary() { in isGroupSummary() method in Notification
3261 if (isGroupSummary() in suppressAlertingDueToGrouping()
4335 public Builder setGroupSummary(boolean isGroupSummary) { in setGroupSummary() argument
4336 setFlag(FLAG_GROUP_SUMMARY, isGroupSummary); in setGroupSummary()
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationManagerServiceTest.java2032 assertTrue(parent.sbn.getNotification().isGroupSummary()); in testSnoozeRunnable_snoozeGroupChild_onlyChildOfSummary()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...