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

/frameworks/base/services/tests/notification/src/com/android/server/notification/
H A DBuzzBeepBlinkTest.java243 private NotificationRecord getBeepyNotificationRecord(String groupKey, int groupAlertBehavior) { argument
245 groupKey, groupAlertBehavior, false);
250 boolean defaultSound, boolean defaultLights, String groupKey, int groupAlertBehavior,
293 builder.setGroupAlertBehavior(groupAlertBehavior);
248 getNotificationRecord(int id, boolean insistent, boolean once, boolean noisy, boolean buzzy, boolean lights, boolean defaultVibration, boolean defaultSound, boolean defaultLights, String groupKey, int groupAlertBehavior, boolean isLeanback) argument
/frameworks/support/compat/java/android/support/v4/app/
H A DNotificationCompat.java1457 public Builder setGroupAlertBehavior(@GroupAlertBehavior int groupAlertBehavior) { argument
1458 mGroupAlertBehavior = groupAlertBehavior;
/frameworks/base/core/java/android/app/
H A DNotification.java2924 public Builder setGroupAlertBehavior(@GroupAlertBehavior int groupAlertBehavior) { argument
2925 mN.mGroupAlertBehavior = groupAlertBehavior;

Completed in 151 milliseconds