Home
last modified time | relevance | path

Searched refs:FLAG_GROUP_SUMMARY (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DBuzzBeepBlinkTest.java820 summary.getNotification().flags |= Notification.FLAG_GROUP_SUMMARY; in testGroupAlertSummaryNoSilenceSummary()
844 summary.getNotification().flags |= Notification.FLAG_GROUP_SUMMARY; in testGroupAlertChildSilenceSummary()
1072 summary.getNotification().flags |= Notification.FLAG_GROUP_SUMMARY; in testPostingGroupSuppressedDoesNotAffectRateLimiting()
1081 summary.getNotification().flags |= Notification.FLAG_GROUP_SUMMARY; in testGroupSuppressionFailureDoesNotAffectRateLimiting()
1228 summary.getNotification().flags |= Notification.FLAG_GROUP_SUMMARY; in testGroupAlertSummaryLightsSummary()
1252 summary.getNotification().flags |= Notification.FLAG_GROUP_SUMMARY; in testGroupAlertChildNoLightsSummary()
DNotificationManagerServiceTest.java3568 .setFlag(Notification.FLAG_GROUP_SUMMARY, true) in testVisualDifference_summary()
3577 .setFlag(Notification.FLAG_GROUP_SUMMARY, true) in testVisualDifference_summary()
3591 .setFlag(Notification.FLAG_GROUP_SUMMARY, true) in testVisualDifference_summaryNewNotification()
/frameworks/base/core/java/android/app/
DNotification.java604 public static final int FLAG_GROUP_SUMMARY = 0x00000200; field in Notification
634 FLAG_LOCAL_ONLY, FLAG_GROUP_SUMMARY, FLAG_AUTOGROUP_SUMMARY, FLAG_BUBBLE})
3253 return mGroupKey != null && (flags & FLAG_GROUP_SUMMARY) != 0; in isGroupSummary()
3261 return mGroupKey != null && (flags & FLAG_GROUP_SUMMARY) == 0; in isGroupChild()
4339 setFlag(FLAG_GROUP_SUMMARY, isGroupSummary); in setGroupSummary()
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationManagerService.java4413 .setFlag(Notification.FLAG_GROUP_SUMMARY, true)
5850 n.flags &= ~Notification.FLAG_GROUP_SUMMARY;
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt4605 field public static final int FLAG_GROUP_SUMMARY = 512; // 0x200
/frameworks/base/non-updatable-api/
Dcurrent.txt5358 field public static final int FLAG_GROUP_SUMMARY = 512; // 0x200
/frameworks/base/api/
Dcurrent.txt5358 field public static final int FLAG_GROUP_SUMMARY = 512; // 0x200