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.java232 ArrayList<NotificationRecord> notificationList = new ArrayList<NotificationRecord>(7); in testSortShouldRespectCritical() local
266 ArrayList<NotificationRecord> notificationList = new ArrayList<NotificationRecord>(4); in testFindAfterRankingWithASplitGroup() local
280 ArrayList<NotificationRecord> notificationList = new ArrayList<NotificationRecord>(2); in testSortShouldNotThrowWithPlainNotifications() local
288 ArrayList<NotificationRecord> notificationList = new ArrayList<NotificationRecord>(2); in testSortShouldNotThrowOneSorted() local
296 ArrayList<NotificationRecord> notificationList = new ArrayList<NotificationRecord>(1); in testSortShouldNotThrowOneNotification() local
303 ArrayList<NotificationRecord> notificationList = new ArrayList<NotificationRecord>(1); in testSortShouldNotThrowOneSortKey() local
310 ArrayList<NotificationRecord> notificationList = new ArrayList<NotificationRecord>(); in testSortShouldNotThrowOnEmptyList() local
316 ArrayList<NotificationRecord> notificationList = new ArrayList<>(); in testGroupNotifications_highestIsProxy() 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()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/logging/
DNotificationPanelLogger.java92 Notifications.NotificationList notificationList = new Notifications.NotificationList(); in toNotificationProto() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ui/view/
DNotificationStatsLoggerImpl.kt306 val notificationList = Notifications.NotificationList() in toNotificationProto() constant
/frameworks/base/packages/Shell/tests/src/com/android/shell/
DUiBot.java87 final List<UiObject2> notificationList = notificationScroller.getChildren(); in getNotification2() local
/frameworks/base/core/java/android/service/notification/
DZenModeConfig.java1335 final int notificationList = safeInt(parser, SHOW_ATT_NOTIFICATION_LIST, in readZenPolicyXml() local