Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DNotificationGroupTestHelper.java50 public NotificationEntry createSummaryNotification(int groupAlertBehavior) { in createSummaryNotification() argument
51 return createSummaryNotification(groupAlertBehavior, mId++); in createSummaryNotification()
54 public NotificationEntry createSummaryNotification(int groupAlertBehavior, int id) { in createSummaryNotification() argument
55 return createEntry(id, true, groupAlertBehavior); in createSummaryNotification()
62 public NotificationEntry createChildNotification(int groupAlertBehavior) { in createChildNotification() argument
63 return createEntry(mId++, false, groupAlertBehavior); in createChildNotification()
66 public NotificationEntry createChildNotification(int groupAlertBehavior, int id) { in createChildNotification() argument
67 return createEntry(id, false, groupAlertBehavior); in createChildNotification()
70 public NotificationEntry createEntry(int id, boolean isSummary, int groupAlertBehavior) { in createEntry() argument
74 .setGroupAlertBehavior(groupAlertBehavior) in createEntry()
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DBuzzBeepBlinkTest.java309 private NotificationRecord getBeepyNotificationRecord(String groupKey, int groupAlertBehavior) { in getBeepyNotificationRecord() argument
311 groupKey, groupAlertBehavior, false); in getBeepyNotificationRecord()
315 int groupAlertBehavior) { in getLightsNotificationRecord() argument
317 true, true, groupKey, groupAlertBehavior, false); in getLightsNotificationRecord()
323 boolean defaultSound, boolean defaultLights, String groupKey, int groupAlertBehavior, in getNotificationRecord() argument
371 builder.setGroupAlertBehavior(groupAlertBehavior); in getNotificationRecord()
/frameworks/base/core/java/android/app/
DNotification.java3960 public Builder setGroupAlertBehavior(@GroupAlertBehavior int groupAlertBehavior) { in setGroupAlertBehavior() argument
3961 mN.mGroupAlertBehavior = groupAlertBehavior; in setGroupAlertBehavior()