Home
last modified time | relevance | path

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

12

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationGroupManager.java166 && group.summary.notification.getNotification().isGroupSummary() in updateSuppression()
226 return isGroupSuppressed(getGroupKey(sbn)) && sbn.getNotification().isGroupSummary(); in isSummaryOfSuppressedGroup()
230 return !sbn.getNotification().isGroupSummary() in isOnlyChild()
303 if (!isGroupSummary(sbn)) { in isSummaryOfGroup()
353 private boolean isGroupSummary(StatusBarNotification sbn) { in isGroupSummary() method in NotificationGroupManager
357 return sbn.getNotification().isGroupSummary(); in isGroupSummary()
364 return sbn.isGroup() && !sbn.getNotification().isGroupSummary(); in isGroupChild()
420 || !sbn.getNotification().isGroupSummary() in handleSuppressedSummaryHeadsUpped()
450 return (sbn.isGroup() && !sbn.getNotification().isGroupSummary()) in shouldIsolate()
/frameworks/base/core/java/android/service/notification/
DStatusBarNotification.java118 if (overrideGroupKey != null && getNotification().isGroupSummary()) { in key()
/frameworks/base/services/core/java/com/android/server/notification/
DRankingHelper.java463 boolean isGroupSummary = record.getNotification().isGroupSummary(); in sort()
470 isGroupSummary ? '0' : '1', in sort()
DSnoozeHelper.java284 && potentialGroupSummary.getNotification().isGroupSummary() in repostGroupSummary()
DNotificationManagerService.java1123 if (posted.sbn.isGroup() && posted.getNotification().isGroupSummary()) { in getNotificationRecordCount()
3741 if (r.getNotification().isGroupSummary()) {
3968 if (n.isGroupSummary() && !sbn.isAppGroup()) {
3975 boolean isSummary = n.isGroupSummary();
3979 boolean oldIsSummary = old != null && oldN.isGroupSummary();
4982 if (!n.isGroupSummary()) {
5009 if ((childSbn.isGroup() && !childSbn.getNotification().isGroupSummary()) &&
DNotificationRecord.java904 sbn.getNotification().isGroupSummary() ? 1 : 0) in getLogMaker()
/frameworks/support/compat/java/android/support/v4/app/
DNotificationCompat.java1192 public Builder setGroupSummary(boolean isGroupSummary) { in setGroupSummary() argument
1193 mGroupSummary = isGroupSummary; in setGroupSummary()
4667 public static boolean isGroupSummary(Notification notification) { in isGroupSummary() method in NotificationCompat
/frameworks/base/core/java/android/app/
DNotification.java2663 public boolean isGroupSummary() { in isGroupSummary() method in Notification
2678 if (isGroupSummary() in suppressAlertingDueToGrouping()
3585 public Builder setGroupSummary(boolean isGroupSummary) { in setGroupSummary() argument
3586 setFlag(FLAG_GROUP_SUMMARY, isGroupSummary); in setGroupSummary()
/frameworks/base/services/tests/notification/src/com/android/server/notification/
DNotificationManagerServiceTest.java1267 assertTrue(parent.sbn.getNotification().isGroupSummary()); in testSnoozeRunnable_snoozeGroupChild_onlyChildOfSummary()
/frameworks/support/compat/api/
Dcurrent.txt115 method public static boolean isGroupSummary(android.app.Notification);
457 … field public static final java.lang.String EXTRA_GROUP_SUMMARY = "android.support.isGroupSummary";
D26.0.0.txt121 method public static boolean isGroupSummary(android.app.Notification);
463 … field public static final java.lang.String EXTRA_GROUP_SUMMARY = "android.support.isGroupSummary";
/frameworks/support/api/
D22.0.0.txt1814 method public static boolean isGroupSummary(android.app.Notification);
2106 … field public static final java.lang.String EXTRA_GROUP_SUMMARY = "android.support.isGroupSummary";
D22.1.0.txt1956 method public static boolean isGroupSummary(android.app.Notification);
2248 … field public static final java.lang.String EXTRA_GROUP_SUMMARY = "android.support.isGroupSummary";
D22.2.0.txt2324 method public static boolean isGroupSummary(android.app.Notification);
2616 … field public static final java.lang.String EXTRA_GROUP_SUMMARY = "android.support.isGroupSummary";
D22.2.1.txt2352 method public static boolean isGroupSummary(android.app.Notification);
2645 … field public static final java.lang.String EXTRA_GROUP_SUMMARY = "android.support.isGroupSummary";
D24.2.0.txt4109 method public static boolean isGroupSummary(android.app.Notification);
4429 … field public static final java.lang.String EXTRA_GROUP_SUMMARY = "android.support.isGroupSummary";
D25.0.0.txt4162 method public static boolean isGroupSummary(android.app.Notification);
4484 … field public static final java.lang.String EXTRA_GROUP_SUMMARY = "android.support.isGroupSummary";
D25.2.0.txt4544 method public static boolean isGroupSummary(android.app.Notification);
4866 … field public static final java.lang.String EXTRA_GROUP_SUMMARY = "android.support.isGroupSummary";
D25.1.0.txt4544 method public static boolean isGroupSummary(android.app.Notification);
4866 … field public static final java.lang.String EXTRA_GROUP_SUMMARY = "android.support.isGroupSummary";
D23.0.0.txt2924 method public static boolean isGroupSummary(android.app.Notification);
3217 … field public static final java.lang.String EXTRA_GROUP_SUMMARY = "android.support.isGroupSummary";
D23.4.0.txt3535 method public static boolean isGroupSummary(android.app.Notification);
3811 … field public static final java.lang.String EXTRA_GROUP_SUMMARY = "android.support.isGroupSummary";
D23.1.0.txt3196 method public static boolean isGroupSummary(android.app.Notification);
3489 … field public static final java.lang.String EXTRA_GROUP_SUMMARY = "android.support.isGroupSummary";
D23.1.1.txt3169 method public static boolean isGroupSummary(android.app.Notification);
3445 … field public static final java.lang.String EXTRA_GROUP_SUMMARY = "android.support.isGroupSummary";
D25.3.0.txt4925 method public static boolean isGroupSummary(android.app.Notification);
5247 … field public static final java.lang.String EXTRA_GROUP_SUMMARY = "android.support.isGroupSummary";
D23.2.1.txt3524 method public static boolean isGroupSummary(android.app.Notification);
3800 … field public static final java.lang.String EXTRA_GROUP_SUMMARY = "android.support.isGroupSummary";

12