Home
last modified time | relevance | path

Searched refs:FLAG_AUTOGROUP_SUMMARY (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/services/core/java/com/android/server/notification/
DGroupHelper.java19 import static android.app.Notification.FLAG_AUTOGROUP_SUMMARY;
60 FLAG_AUTOGROUP_SUMMARY | FLAG_GROUP_SUMMARY | FLAG_LOCAL_ONLY;
DNotificationManagerService.java37 import static android.app.Notification.FLAG_AUTOGROUP_SUMMARY;
3775 (FLAG_FOREGROUND_SERVICE | FLAG_USER_INITIATED_JOB | FLAG_AUTOGROUP_SUMMARY);
7045 (FLAG_FOREGROUND_SERVICE | FLAG_USER_INITIATED_JOB | FLAG_AUTOGROUP_SUMMARY);
/frameworks/base/core/java/android/app/
DNotification.java708 public static final int FLAG_AUTOGROUP_SUMMARY = 0x00000400; field in Notification
782 FLAG_AUTOGROUP_SUMMARY,
3956 if ((flags & FLAG_AUTOGROUP_SUMMARY) != 0) { in flagsToString()
3958 flags &= ~FLAG_AUTOGROUP_SUMMARY; in flagsToString()
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationManagerServiceTest.java2490 summary.getNotification().flags |= Notification.FLAG_AUTOGROUP_SUMMARY; in testAutobundledSummary_notificationAdded()
2508 summary.getNotification().flags |= Notification.FLAG_AUTOGROUP_SUMMARY; in testAutobundledSummary_notificationRemoved()
/frameworks/base/core/api/
Dsystem-current.txt1021 field public static final int FLAG_AUTOGROUP_SUMMARY = 1024; // 0x400