Searched refs:GROUP_ALERT_SUMMARY (Results 1 - 7 of 7) sorted by relevance

/frameworks/support/compat/src/main/java/androidx/core/app/
H A DNotificationCompatBuilder.java25 import static androidx.core.app.NotificationCompat.GROUP_ALERT_SUMMARY;
308 && mGroupAlertBehavior == GROUP_ALERT_SUMMARY) {
337 && mGroupAlertBehavior == GROUP_ALERT_SUMMARY) {
362 && mGroupAlertBehavior == GROUP_ALERT_SUMMARY) {
H A DNotificationCompat.java590 @IntDef({GROUP_ALERT_ALL, GROUP_ALERT_SUMMARY, GROUP_ALERT_CHILDREN})
611 public static final int GROUP_ALERT_SUMMARY = Notification.GROUP_ALERT_SUMMARY; field in class:NotificationCompat
1547 * children in the group should have the group alert behavior {@link #GROUP_ALERT_SUMMARY}.
5258 * {@link #GROUP_ALERT_SUMMARY}.
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DBuzzBeepBlinkTest.java20 import static android.app.Notification.GROUP_ALERT_SUMMARY;
699 NotificationRecord child = getBeepyNotificationRecord("a", GROUP_ALERT_SUMMARY);
709 NotificationRecord summary = getBeepyNotificationRecord("a", GROUP_ALERT_SUMMARY);
720 NotificationRecord nonGroup = getBeepyNotificationRecord(null, GROUP_ALERT_SUMMARY);
946 NotificationRecord summary = getBeepyNotificationRecord("a", GROUP_ALERT_SUMMARY);
/frameworks/support/compat/src/androidTest/java/androidx/core/app/
H A DNotificationCompatTest.java25 import static androidx.core.app.NotificationCompat.GROUP_ALERT_SUMMARY;
363 .setGroupAlertBehavior(GROUP_ALERT_SUMMARY)
401 .setGroupAlertBehavior(GROUP_ALERT_SUMMARY)
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DNotificationGroupManager.java564 == Notification.GROUP_ALERT_SUMMARY;
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
H A DStatusBarTest.java378 .setGroupAlertBehavior(Notification.GROUP_ALERT_SUMMARY)
/frameworks/base/core/java/android/app/
H A DNotification.java1266 GROUP_ALERT_ALL, GROUP_ALERT_CHILDREN, GROUP_ALERT_SUMMARY
1289 public static final int GROUP_ALERT_SUMMARY = 1; field in class:Notification
3052 * {@link #GROUP_ALERT_SUMMARY}.
3109 && getGroupAlertBehavior() == Notification.GROUP_ALERT_SUMMARY) {
3350 * children in the group should have the group alert behavior {@link #GROUP_ALERT_SUMMARY}.

Completed in 372 milliseconds