Home
last modified time | relevance | path

Searched refs:groupAlertBehavior (Results 1 – 6 of 6) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
H A DNotificationGroupTestHelper.java54 public NotificationEntry createSummaryNotification(int groupAlertBehavior) { in createSummaryNotification() argument
55 return createSummaryNotification(groupAlertBehavior, mId++, null); in createSummaryNotification()
59 return createEntry(id, tag, true, groupAlertBehavior); in createSummaryNotification()
63 int groupAlertBehavior, int id, String tag, long when) { in createSummaryNotification() argument
73 public NotificationEntry createChildNotification(int groupAlertBehavior) { in createChildNotification() argument
74 return createEntry(mId++, null, false, groupAlertBehavior); in createChildNotification()
78 return createEntry(id, tag, false, groupAlertBehavior); in createChildNotification()
82 int groupAlertBehavior, int id, String tag, long when) { in createChildNotification() argument
83 NotificationEntry entry = createChildNotification(groupAlertBehavior, id, tag); in createChildNotification()
89 int groupAlertBehavior) { in createEntry() argument
[all …]
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/
H A DNotificationLaunchAnimatorControllerTest.kt145 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.java313 private NotificationRecord getBeepyNotificationRecord(String groupKey, int groupAlertBehavior) { in getBeepyNotificationRecord() argument
315 groupKey, groupAlertBehavior, false); in getBeepyNotificationRecord()
319 int groupAlertBehavior) { in getLightsNotificationRecord() argument
321 true, true, groupKey, groupAlertBehavior, false); in getLightsNotificationRecord()
327 boolean defaultSound, boolean defaultLights, String groupKey, int groupAlertBehavior, in getNotificationRecord() argument
375 builder.setGroupAlertBehavior(groupAlertBehavior); in getNotificationRecord()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/
H A DHeadsUpCoordinator.kt301 entry.sbn.notification.groupAlertBehavior == GROUP_ALERT_SUMMARY
/aosp14/frameworks/base/core/java/android/app/
H A DNotification.java4119 public Builder setGroupAlertBehavior(@GroupAlertBehavior int groupAlertBehavior) { in setGroupAlertBehavior() argument
4120 mN.mGroupAlertBehavior = groupAlertBehavior; in setGroupAlertBehavior()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...