Home
last modified time | relevance | path

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

/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DRankingHelperTest.java313 ArrayList<NotificationRecord> notificationList = new ArrayList<NotificationRecord>(3); in testFindAfterRankingWithASplitGroup() local
327 ArrayList<NotificationRecord> notificationList = new ArrayList<NotificationRecord>(2); in testSortShouldNotThrowWithPlainNotifications() local
335 ArrayList<NotificationRecord> notificationList = new ArrayList<NotificationRecord>(2); in testSortShouldNotThrowOneSorted() local
343 ArrayList<NotificationRecord> notificationList = new ArrayList<NotificationRecord>(1); in testSortShouldNotThrowOneNotification() local
350 ArrayList<NotificationRecord> notificationList = new ArrayList<NotificationRecord>(1); in testSortShouldNotThrowOneSortKey() local
357 ArrayList<NotificationRecord> notificationList = new ArrayList<NotificationRecord>(); in testSortShouldNotThrowOnEmptyList() local
/frameworks/base/services/core/java/com/android/server/notification/
DRankingHelper.java460 public void sort(ArrayList<NotificationRecord> notificationList) { in sort()
520 public int indexOf(ArrayList<NotificationRecord> notificationList, NotificationRecord target) { in indexOf()