Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DRankingHelperTest.java215 ArrayList<NotificationRecord> notificationList = new ArrayList<NotificationRecord>(7); in testSortShouldRespectCritical() local
249 ArrayList<NotificationRecord> notificationList = new ArrayList<NotificationRecord>(4); in testFindAfterRankingWithASplitGroup() local
263 ArrayList<NotificationRecord> notificationList = new ArrayList<NotificationRecord>(2); in testSortShouldNotThrowWithPlainNotifications() local
271 ArrayList<NotificationRecord> notificationList = new ArrayList<NotificationRecord>(2); in testSortShouldNotThrowOneSorted() local
279 ArrayList<NotificationRecord> notificationList = new ArrayList<NotificationRecord>(1); in testSortShouldNotThrowOneNotification() local
286 ArrayList<NotificationRecord> notificationList = new ArrayList<NotificationRecord>(1); in testSortShouldNotThrowOneSortKey() local
293 ArrayList<NotificationRecord> notificationList = new ArrayList<NotificationRecord>(); in testSortShouldNotThrowOnEmptyList() local
299 ArrayList<NotificationRecord> notificationList = new ArrayList<>(); in testGroupNotifications_highestIsProxy() local
/aosp14/frameworks/base/services/core/java/com/android/server/notification/
H A DRankingHelper.java99 public void sort(ArrayList<NotificationRecord> notificationList) { in sort()
163 public int indexOf(ArrayList<NotificationRecord> notificationList, NotificationRecord target) { in indexOf()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tv/notifications/
H A DTvNotificationPanelActivity.java80 public void notificationsUpdated(@NonNull SparseArray<StatusBarNotification> notificationList) { in notificationsUpdated()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/logging/
H A DNotificationPanelLogger.java85 Notifications.NotificationList notificationList = new Notifications.NotificationList(); in toNotificationProto() local
/aosp14/frameworks/base/packages/Shell/tests/src/com/android/shell/
H A DUiBot.java86 final List<UiObject2> notificationList = notificationScroller.getChildren(); in getNotification2() local
/aosp14/frameworks/base/core/java/android/service/notification/
H A DZenModeConfig.java750 final int notificationList = safeInt(parser, SHOW_ATT_NOTIFICATION_LIST, in readZenPolicyXml() local