Home
last modified time | relevance | path

Searched refs:groupAlertBehavior (Results 1 – 4 of 4) 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.java294 private NotificationRecord getBeepyNotificationRecord(String groupKey, int groupAlertBehavior) { in getBeepyNotificationRecord() argument
296 groupKey, groupAlertBehavior, false); in getBeepyNotificationRecord()
300 int groupAlertBehavior) { in getLightsNotificationRecord() argument
302 true, true, groupKey, groupAlertBehavior, false); in getLightsNotificationRecord()
308 boolean defaultSound, boolean defaultLights, String groupKey, int groupAlertBehavior, in getNotificationRecord() argument
356 builder.setGroupAlertBehavior(groupAlertBehavior); in getNotificationRecord()
/frameworks/base/core/java/android/app/
DNotification.java3681 public Builder setGroupAlertBehavior(@GroupAlertBehavior int groupAlertBehavior) { in setGroupAlertBehavior() argument
3682 mN.mGroupAlertBehavior = groupAlertBehavior; in setGroupAlertBehavior()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...