Searched refs:groupAlertBehavior (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/ |
D | NotificationGroupTestHelper.java | 51 public NotificationEntry createSummaryNotification(int groupAlertBehavior) { in createSummaryNotification() argument 52 return createEntry(true, groupAlertBehavior); in createSummaryNotification() 59 public NotificationEntry createChildNotification(int groupAlertBehavior) { in createChildNotification() argument 60 return createEntry(false, groupAlertBehavior); in createChildNotification() 63 public NotificationEntry createEntry(boolean isSummary, int groupAlertBehavior) { in createEntry() argument 67 .setGroupAlertBehavior(groupAlertBehavior) in createEntry()
|
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
D | BuzzBeepBlinkTest.java | 261 private NotificationRecord getBeepyNotificationRecord(String groupKey, int groupAlertBehavior) { in getBeepyNotificationRecord() argument 263 groupKey, groupAlertBehavior, false); in getBeepyNotificationRecord() 267 int groupAlertBehavior) { in getLightsNotificationRecord() argument 269 true, groupKey, groupAlertBehavior, false); in getLightsNotificationRecord() 274 boolean defaultSound, boolean defaultLights, String groupKey, int groupAlertBehavior, in getNotificationRecord() argument 317 builder.setGroupAlertBehavior(groupAlertBehavior); in getNotificationRecord()
|
/frameworks/base/core/java/android/app/ |
D | Notification.java | 3576 public Builder setGroupAlertBehavior(@GroupAlertBehavior int groupAlertBehavior) { in setGroupAlertBehavior() argument 3577 mN.mGroupAlertBehavior = groupAlertBehavior; in setGroupAlertBehavior()
|