Home
last modified time | relevance | path

Searched defs:groupAlertBehavior (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DNotificationGroupTestHelper.java54 public NotificationEntry createSummaryNotification(int groupAlertBehavior) { in createSummaryNotification()
58 public NotificationEntry createSummaryNotification(int groupAlertBehavior, int id, String tag) { in createSummaryNotification()
63 int groupAlertBehavior, int id, String tag, long when) { in createSummaryNotification()
73 public NotificationEntry createChildNotification(int groupAlertBehavior) { in createChildNotification()
77 public NotificationEntry createChildNotification(int groupAlertBehavior, int id, String tag) { in createChildNotification()
82 int groupAlertBehavior, int id, String tag, long when) { in createChildNotification()
89 int groupAlertBehavior) { in createEntry()
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DBuzzBeepBlinkTest.java313 private NotificationRecord getBeepyNotificationRecord(String groupKey, int groupAlertBehavior) { in getBeepyNotificationRecord()
319 int groupAlertBehavior) { in getLightsNotificationRecord()
327 boolean defaultSound, boolean defaultLights, String groupKey, int groupAlertBehavior, in getNotificationRecord()
/frameworks/base/core/java/android/app/
DNotification.java4039 public Builder setGroupAlertBehavior(@GroupAlertBehavior int groupAlertBehavior) { in setGroupAlertBehavior()