Home
last modified time | relevance | path

Searched refs:GROUP_ALERT_SUMMARY (Results 1 – 9 of 9) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/
H A DNotificationLaunchAnimatorControllerTest.kt3 import android.app.Notification.GROUP_ALERT_SUMMARY
145 assertNotSame(GROUP_ALERT_SUMMARY, summary.sbn.notification.groupAlertBehavior)
146 assertNotSame(GROUP_ALERT_SUMMARY, notification.entry.sbn.notification.groupAlertBehavior)
/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DBuzzBeepBlinkTest.java21 import static android.app.Notification.GROUP_ALERT_SUMMARY;
982 NotificationRecord child = getBeepyNotificationRecord("a", GROUP_ALERT_SUMMARY); in testGroupAlertSummarySilenceChild()
993 NotificationRecord summary = getBeepyNotificationRecord("a", GROUP_ALERT_SUMMARY); in testGroupAlertSummaryNoSilenceSummary()
1006 NotificationRecord nonGroup = getBeepyNotificationRecord(null, GROUP_ALERT_SUMMARY); in testGroupAlertSummaryNoSilenceNonGroupChild()
1255 NotificationRecord summary = getBeepyNotificationRecord("a", GROUP_ALERT_SUMMARY); in testGroupSuppressionFailureDoesNotAffectRateLimiting()
1406 NotificationRecord child = getLightsNotificationRecord("a", GROUP_ALERT_SUMMARY); in testGroupAlertSummaryNoLightsChild()
1417 NotificationRecord summary = getLightsNotificationRecord("a", GROUP_ALERT_SUMMARY); in testGroupAlertSummaryLightsSummary()
1430 NotificationRecord nonGroup = getLightsNotificationRecord(null, GROUP_ALERT_SUMMARY); in testGroupAlertSummaryLightsNonGroupChild()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/coordinator/
H A DHeadsUpCoordinatorTest.kt19 import android.app.Notification.GROUP_ALERT_SUMMARY
166 groupPriority = helper.createChildNotification(GROUP_ALERT_SUMMARY, 0, "priority", 400)
167 groupSibling1 = helper.createChildNotification(GROUP_ALERT_SUMMARY, 1, "sibling", 300)
168 groupSibling2 = helper.createChildNotification(GROUP_ALERT_SUMMARY, 2, "sibling", 200)
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/
H A DHeadsUpCoordinator.kt19 import android.app.Notification.GROUP_ALERT_SUMMARY
301 entry.sbn.notification.groupAlertBehavior == GROUP_ALERT_SUMMARY
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/interruption/
H A DNotificationInterruptStateProviderImplTest.java21 import static android.app.Notification.GROUP_ALERT_SUMMARY;
904 NotificationEntry bubble = createBubble("testgroup", GROUP_ALERT_SUMMARY); in testShouldBubbleUp_notifInGroupWithOnlySummaryAlerts()
1026 .setGroupAlertBehavior(silent ? GROUP_ALERT_SUMMARY : Notification.GROUP_ALERT_ALL) in createFsiNotification()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
H A DCentralSurfacesImplTest.java716 .setGroupAlertBehavior(Notification.GROUP_ALERT_SUMMARY) in testShouldHeadsUp_nonSuppressedGroupSummary()
/aosp14/frameworks/base/core/java/android/app/
H A DNotification.java1594 GROUP_ALERT_ALL, GROUP_ALERT_CHILDREN, GROUP_ALERT_SUMMARY
1617 public static final int GROUP_ALERT_SUMMARY = 1; field in Notification
3806 && getGroupAlertBehavior() == Notification.GROUP_ALERT_SUMMARY) { in suppressAlertingDueToGrouping()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt6305 field public static final int GROUP_ALERT_SUMMARY = 1; // 0x1