Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/notification/
DGroupHelper.java21 import static android.app.Notification.FLAG_GROUP_SUMMARY;
60 FLAG_AUTOGROUP_SUMMARY | FLAG_GROUP_SUMMARY | FLAG_LOCAL_ONLY;
DNotificationManagerService.java9032 n.flags &= ~Notification.FLAG_GROUP_SUMMARY;
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationAttentionHelperTest.java1157 summary.getNotification().flags |= Notification.FLAG_GROUP_SUMMARY; in testGroupAlertSummaryNoSilenceSummary()
1181 summary.getNotification().flags |= Notification.FLAG_GROUP_SUMMARY; in testGroupAlertChildSilenceSummary()
1412 summary.getNotification().flags |= Notification.FLAG_GROUP_SUMMARY; in testPostingGroupSuppressedDoesNotAffectRateLimiting()
1421 summary.getNotification().flags |= Notification.FLAG_GROUP_SUMMARY; in testGroupSuppressionFailureDoesNotAffectRateLimiting()
1624 summary.getNotification().flags |= Notification.FLAG_GROUP_SUMMARY; in testGroupAlertSummaryLightsSummary()
1648 summary.getNotification().flags |= Notification.FLAG_GROUP_SUMMARY; in testGroupAlertChildNoLightsSummary()
DNotificationManagerServiceTest.java7333 .setFlag(Notification.FLAG_GROUP_SUMMARY, true) in testVisualDifference_summary()
7342 .setFlag(Notification.FLAG_GROUP_SUMMARY, true) in testVisualDifference_summary()
7356 .setFlag(Notification.FLAG_GROUP_SUMMARY, true) in testVisualDifference_summaryNewNotification()
/frameworks/base/core/java/android/app/
DNotification.java699 public static final int FLAG_GROUP_SUMMARY = 0x00000200; field in Notification
781 FLAG_GROUP_SUMMARY,
3952 if ((flags & FLAG_GROUP_SUMMARY) != 0) { in flagsToString()
3954 flags &= ~FLAG_GROUP_SUMMARY; in flagsToString()
4241 return mGroupKey != null && (flags & FLAG_GROUP_SUMMARY) != 0; in isGroupSummary()
4249 return mGroupKey != null && (flags & FLAG_GROUP_SUMMARY) == 0; in isGroupChild()
5433 setFlag(FLAG_GROUP_SUMMARY, isGroupSummary); in setGroupSummary()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt4605 field public static final int FLAG_GROUP_SUMMARY = 512; // 0x200
/frameworks/base/core/api/
Dcurrent.txt6487 field public static final int FLAG_GROUP_SUMMARY = 512; // 0x200