Home
last modified time | relevance | path

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

/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
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
/frameworks/base/services/core/java/com/android/server/notification/
DRankingHelper.java99 public void sort(ArrayList<NotificationRecord> notificationList) { in sort()
160 public int indexOf(ArrayList<NotificationRecord> notificationList, NotificationRecord target) { in indexOf()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tv/notifications/
DTvNotificationPanelActivity.java80 public void notificationsUpdated(@NonNull SparseArray<StatusBarNotification> notificationList) { in notificationsUpdated()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/logging/
DNotificationPanelLogger.java85 Notifications.NotificationList notificationList = new Notifications.NotificationList(); in toNotificationProto() local
/frameworks/base/packages/Shell/tests/src/com/android/shell/
DUiBot.java86 final List<UiObject2> notificationList = notificationScroller.getChildren(); in getNotification2() local
/frameworks/base/core/java/android/service/notification/
DZenModeConfig.java832 final int notificationList = safeInt(parser, SHOW_ATT_NOTIFICATION_LIST, in readZenPolicyXml() local