Home
last modified time | relevance | path

Searched defs:notificationList (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DRankingHelperTest.java231 ArrayList<NotificationRecord> notificationList = new ArrayList<NotificationRecord>(7); in testSortShouldRespectCritical() local
265 ArrayList<NotificationRecord> notificationList = new ArrayList<NotificationRecord>(4); in testFindAfterRankingWithASplitGroup() local
279 ArrayList<NotificationRecord> notificationList = new ArrayList<NotificationRecord>(2); in testSortShouldNotThrowWithPlainNotifications() local
287 ArrayList<NotificationRecord> notificationList = new ArrayList<NotificationRecord>(2); in testSortShouldNotThrowOneSorted() local
295 ArrayList<NotificationRecord> notificationList = new ArrayList<NotificationRecord>(1); in testSortShouldNotThrowOneNotification() local
302 ArrayList<NotificationRecord> notificationList = new ArrayList<NotificationRecord>(1); in testSortShouldNotThrowOneSortKey() local
309 ArrayList<NotificationRecord> notificationList = new ArrayList<NotificationRecord>(); in testSortShouldNotThrowOnEmptyList() local
315 ArrayList<NotificationRecord> notificationList = new ArrayList<>(); in testGroupNotifications_highestIsProxy() local
DGroupHelperTest.java1738 final List<NotificationRecord> notificationList = new ArrayList<>(); in testNoGroup_postingUnderLimit_forcedGrouping() local
1753 final List<NotificationRecord> notificationList = new ArrayList<>(); in testNoGroup_AutobundledAlready_forcedGrouping() local
1768 final List<NotificationRecord> notificationList = new ArrayList<>(); in testNoGroup_isCanceled_forcedGrouping() local
1784 final List<NotificationRecord> notificationList = new ArrayList<>(); in testNoGroup_isAggregated_forcedGrouping() local
1802 final List<NotificationRecord> notificationList = new ArrayList<>(); in testNoGroup_multiPackage_forcedGrouping() local
1821 final List<NotificationRecord> notificationList = new ArrayList<>(); in testNoGroup_multiUser_forcedGrouping() local
1839 final List<NotificationRecord> notificationList = new ArrayList<>(); in testNoGroup_summaryWithChildren_forcedGrouping() local
1862 final List<NotificationRecord> notificationList = new ArrayList<>(); in testNoGroup_groupWithSummary_forcedGrouping() local
1889 final List<NotificationRecord> notificationList = new ArrayList<>(); in testAddAggregateSummary_summaryNoChildren() local
1914 final List<NotificationRecord> notificationList = new ArrayList<>(); in testAddAggregateSummary_childrenNoSummary() local
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/logging/
DNotificationPanelLogger.java99 Notifications.NotificationList notificationList = new Notifications.NotificationList(); in toNotificationProto() local
135 Notifications.NotificationList notificationList = new Notifications.NotificationList(); in adapterToNotificationProto() local
/frameworks/base/services/core/java/com/android/server/notification/
DRankingHelper.java125 public void sort(ArrayList<NotificationRecord> notificationList) { in sort()
205 public int indexOf(ArrayList<NotificationRecord> notificationList, NotificationRecord target) { in indexOf()
DGroupHelper.java790 final List<NotificationRecord> notificationList, in onNotificationPostedWithDelay()
941 final List<NotificationRecord> notificationList, boolean sendingDelete) { in onNotificationRemoved()
1053 final List<NotificationRecord> notificationList, in onGroupedNotificationRemovedWithDelay()
1116 final List<NotificationRecord> notificationList) { in onGroupSummaryAdded()
1165 final NotificationChannel channel, final List<NotificationRecord> notificationList, in onChannelUpdated()
1576 final List<NotificationRecord> notificationList) { in getNumChildrenForGroup()
1594 final List<NotificationRecord> notificationList) { in isGroupSummaryWithoutChildren()
1676 final List<NotificationRecord> notificationList, in groupSparseGroups()
1753 final List<NotificationRecord> notificationList, in getSparseGroups()
1785 final List<NotificationRecord> notificationList, in getNumChildrenForGroupWithSection()
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ui/view/
DNotificationStatsLoggerImpl.kt316 val notificationList = Notifications.NotificationList() in toNotificationProto() constant
/frameworks/base/packages/Shell/tests/src/com/android/shell/
DUiBot.java92 final List<UiObject2> notificationList = notificationScroller.getChildren(); in getNotification2() local
/frameworks/base/core/java/android/service/notification/
DZenModeConfig.java1380 final int notificationList = safeInt(parser, SHOW_ATT_NOTIFICATION_LIST, in readZenPolicyXml() local