Home
last modified time | relevance | path

Searched refs:getGroupAlertBehavior (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/services/core/java/com/android/server/notification/
DGroupHelper.java623 record.getNotification().getGroupAlertBehavior(), in maybeGroupWithSections()
875 record.getNotification().getGroupAlertBehavior(), in addToUngroupedAndMaybeAggregate()
1465 record.getNotification().getGroupAlertBehavior(), in moveNotificationsToNewSection()
1713 r.getNotification().getGroupAlertBehavior(), in groupSparseGroups()
DNotificationRecord.java609 pw.println(prefix + "groupAlertBehavior=" + notification.getGroupAlertBehavior()); in dumpNotification()
DNotificationManagerService.java1077 summary.getSbn().getNotification().getGroupAlertBehavior(); in updateAutobundledSummaryLocked()
/frameworks/base/core/tests/coretests/src/android/app/
DNotificationTest.java939 assertEquals(GROUP_ALERT_CHILDREN, summaryNotif.getGroupAlertBehavior()); in testBuilder_setSilent_summaryBehavior_groupAlertChildren()
949 assertEquals(GROUP_ALERT_SUMMARY, childNotif.getGroupAlertBehavior()); in testBuilder_setSilent_childBehavior_groupAlertSummary()
/frameworks/base/core/java/android/app/
DNotification.java4315 public @GroupAlertBehavior int getGroupAlertBehavior() { in getGroupAlertBehavior() method
4413 && getGroupAlertBehavior() == Notification.GROUP_ALERT_CHILDREN) { in suppressAlertingDueToGrouping()
4416 && getGroupAlertBehavior() == Notification.GROUP_ALERT_SUMMARY) { in suppressAlertingDueToGrouping()
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationManagerServiceTest.java2667 assertThat(summary.getNotification().getGroupAlertBehavior()).isEqualTo( in testAggregatedSummary_updateSummaryAttributes()
16119 parcel.writeInt(notif.getGroupAlertBehavior());
/frameworks/base/boot/
Dboot-image-profile.txt2365 HSPLandroid/app/Notification;->getGroupAlertBehavior()I
/frameworks/base/core/api/
Dcurrent.txt6486 method public int getGroupAlertBehavior();