Searched defs:summaryId (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
D | GroupHelperTest.java | 2197 final int summaryId = 4242; in testRemoveChildNotification_summaryForceGrouped() local 2258 final int summaryId = 4242; in testRemoveChildNotification_groupBecomesSingleton() local 2319 final int summaryId = 4242; in testRemoveAllGroupNotifications_noForceGrouping() local 2856 final int summaryId = 0; in testMoveSections_notificationBundled() local 2931 final int summaryId = 0; in testCacheAndCancelAppSummary_notificationBundled() local 3144 final int summaryId = 0; in testValidGroupsRegrouped_notificationBundledWhileEnqueued() local 3202 final int summaryId = 0; in testUnbundleNotification_originalSummaryMissing_autogroupInNewSection() local 3290 final int summaryId = 0; in testUnbundleNotification_originalSummaryExists() local 3400 final int summaryId = 0; in testUnbundleByImportanceNotification_originalSummaryExists() local 3510 final int summaryId = 0; in testUnbundleByImportanceNotification_originalSummaryRemoved() local [all …]
|
D | NotificationManagerServiceTest.java | 2723 final int summaryId = 0; in testAggregateGroups_RemoveAppSummary_onClassification() local 2759 final int summaryId = Integer.MAX_VALUE; in testUngroupingAggregateSummary() local 2812 final int summaryId = Integer.MAX_VALUE; in testCancelGroupChildrenForCanceledSummary_singletonGroup() local 3133 final int summaryId = 0; in testScheduleGroupHelperWithDelay_onChildNotificationCanceled() local 3174 final int summaryId = 0; in testCleanupScheduleGroupHelperWithDelay_onAllNotificationCanceled() local
|
/frameworks/base/services/core/java/com/android/server/power/batterysaver/ |
D | BatterySaverStateMachine.java | 932 @StringRes int summaryId, @NonNull String intentAction, long timeoutMs, int iconResId) { in buildNotification() 955 @StringRes int summaryId, @NonNull String intentAction, long timeoutMs, in buildNotificationV2()
|
/frameworks/base/services/core/java/com/android/server/notification/ |
D | GroupHelper.java | 1629 final boolean hasSummary, int summaryId) { in aggregateUngroupedNotifications() 1649 String triggeringNotifKey, boolean hasSummary, int summaryId) { in updateAggregateAppGroup() 1999 private NotificationSectioner(String name, int summaryId, in NotificationSectioner() 2097 int summaryId, NotificationAttributes summaryAttr); in addAutoGroupSummary()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/coordinator/ |
D | PreparationCoordinatorTest.java | 607 final int summaryId = 1; in testPartiallyInflatedGroupsAreNotFilteredOutIfSummaryReinflate() local
|