Searched refs:groupAlertBehavior (Results 1 – 4 of 4) sorted by relevance
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/ |
H A D | NotificationGroupTestHelper.java | 50 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()
|
/aosp12/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
H A D | BuzzBeepBlinkTest.java | 313 private NotificationRecord getBeepyNotificationRecord(String groupKey, int groupAlertBehavior) { in getBeepyNotificationRecord() argument 315 groupKey, groupAlertBehavior, false); in getBeepyNotificationRecord() 319 int groupAlertBehavior) { in getLightsNotificationRecord() argument 321 true, true, groupKey, groupAlertBehavior, false); in getLightsNotificationRecord() 327 boolean defaultSound, boolean defaultLights, String groupKey, int groupAlertBehavior, in getNotificationRecord() argument 375 builder.setGroupAlertBehavior(groupAlertBehavior); in getNotificationRecord()
|
/aosp12/frameworks/base/core/java/android/app/ |
H A D | Notification.java | 3968 public Builder setGroupAlertBehavior(@GroupAlertBehavior int groupAlertBehavior) { in setGroupAlertBehavior() argument 3969 mN.mGroupAlertBehavior = groupAlertBehavior; in setGroupAlertBehavior()
|
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |