Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DNotificationGroupTestHelper.java54 public NotificationEntry createSummaryNotification(int groupAlertBehavior) { in createSummaryNotification() argument
55 return createSummaryNotification(groupAlertBehavior, mId++, null); in createSummaryNotification()
58 public NotificationEntry createSummaryNotification(int groupAlertBehavior, int id, String tag) { in createSummaryNotification() argument
59 return createEntry(id, tag, true, groupAlertBehavior); in createSummaryNotification()
63 int groupAlertBehavior, int id, String tag, long when) { in createSummaryNotification() argument
64 NotificationEntry entry = createSummaryNotification(groupAlertBehavior, id, tag); in createSummaryNotification()
73 public NotificationEntry createChildNotification(int groupAlertBehavior) { in createChildNotification() argument
74 return createEntry(mId++, null, false, groupAlertBehavior); in createChildNotification()
77 public NotificationEntry createChildNotification(int groupAlertBehavior, int id, String tag) { in createChildNotification() argument
78 return createEntry(id, tag, false, groupAlertBehavior); in createChildNotification()
[all …]
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/interruption/
DVisualInterruptionDecisionProviderTestBase.kt502 groupAlertBehavior = GROUP_ALERT_SUMMARY in <lambda>()
514 groupAlertBehavior = GROUP_ALERT_CHILDREN in <lambda>()
526 groupAlertBehavior = GROUP_ALERT_SUMMARY in <lambda>()
562 groupAlertBehavior = GROUP_ALERT_SUMMARY in <lambda>()
703 groupAlertBehavior = GROUP_ALERT_CHILDREN in <lambda>()
715 groupAlertBehavior = GROUP_ALERT_CHILDREN in <lambda>()
737 groupAlertBehavior = GROUP_ALERT_CHILDREN in <lambda>()
751 groupAlertBehavior = GROUP_ALERT_ALL in <lambda>()
1162 var groupAlertBehavior: Int? = null in <lambda>() variable in com.android.systemui.statusbar.notification.interruption.VisualInterruptionDecisionProviderTestBase.EntryBuilder
1233 groupAlertBehavior?.let { nb.setGroupAlertBehavior(it) } in <lambda>()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/
DNotificationTransitionAnimatorControllerTest.kt158 assertNotSame(GROUP_ALERT_SUMMARY, summary.sbn.notification.groupAlertBehavior) in testAlertingSummaryHunRemovedOnNonAlertingChildLaunch()
159 assertNotSame(GROUP_ALERT_SUMMARY, notification.entry.sbn.notification.groupAlertBehavior) in testAlertingSummaryHunRemovedOnNonAlertingChildLaunch()
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationAttentionHelperTest.java415 private NotificationRecord getBeepyNotificationRecord(String groupKey, int groupAlertBehavior) { in getBeepyNotificationRecord() argument
417 groupKey, groupAlertBehavior, false, mUser); in getBeepyNotificationRecord()
421 int groupAlertBehavior) { in getLightsNotificationRecord() argument
423 true, true, groupKey, groupAlertBehavior, false, mUser); in getLightsNotificationRecord()
429 boolean defaultSound, boolean defaultLights, String groupKey, int groupAlertBehavior, in getNotificationRecord() argument
432 defaultSound, defaultLights, groupKey, groupAlertBehavior, isLeanback, false, in getNotificationRecord()
439 boolean defaultSound, boolean defaultLights, String groupKey, int groupAlertBehavior, in getNotificationRecord() argument
442 defaultSound, defaultLights, groupKey, groupAlertBehavior, isLeanback, false, in getNotificationRecord()
449 boolean defaultSound, boolean defaultLights, String groupKey, int groupAlertBehavior, in getNotificationRecord() argument
501 builder.setGroupAlertBehavior(groupAlertBehavior); in getNotificationRecord()
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/
DHeadsUpCoordinator.kt306 entry.sbn.notification.groupAlertBehavior == GROUP_ALERT_SUMMARY in <lambda>()
/frameworks/base/core/java/android/app/
DNotification.java4573 public Builder setGroupAlertBehavior(@GroupAlertBehavior int groupAlertBehavior) { in setGroupAlertBehavior() argument
4574 mN.mGroupAlertBehavior = groupAlertBehavior; in setGroupAlertBehavior()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...