Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/notification/
H A DGroupHelper.java18 import static android.app.Notification.FLAG_AUTOGROUP_SUMMARY;
46 FLAG_AUTOGROUP_SUMMARY | FLAG_GROUP_SUMMARY | FLAG_LOCAL_ONLY;
H A DNotificationManagerService.java23 import static android.app.Notification.FLAG_AUTOGROUP_SUMMARY;
6656 (FLAG_FOREGROUND_SERVICE | FLAG_USER_INITIATED_JOB | FLAG_AUTOGROUP_SUMMARY);
/aosp14/frameworks/base/core/java/android/app/
H A DNotification.java688 public static final int FLAG_AUTOGROUP_SUMMARY = 0x00000400; field in Notification
744 FLAG_LOCAL_ONLY, FLAG_GROUP_SUMMARY, FLAG_AUTOGROUP_SUMMARY, FLAG_BUBBLE,
/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DNotificationManagerServiceTest.java2186 summary.getNotification().flags |= Notification.FLAG_AUTOGROUP_SUMMARY; in testAutobundledSummary_notificationAdded()
2203 summary.getNotification().flags |= Notification.FLAG_AUTOGROUP_SUMMARY; in testAutobundledSummary_notificationRemoved()
/aosp14/frameworks/base/core/api/
H A Dsystem-current.txt963 field public static final int FLAG_AUTOGROUP_SUMMARY = 1024; // 0x400