Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/notification/
DRankingHelperTest.java96 ArrayList<NotificationRecord> notificationList = new ArrayList<NotificationRecord>(3); in testFindAfterRankingWithASplitGroup() local
110 ArrayList<NotificationRecord> notificationList = new ArrayList<NotificationRecord>(2); in testSortShouldNotThrowWithPlainNotifications() local
118 ArrayList<NotificationRecord> notificationList = new ArrayList<NotificationRecord>(2); in testSortShouldNotThrowOneSorted() local
126 ArrayList<NotificationRecord> notificationList = new ArrayList<NotificationRecord>(1); in testSortShouldNotThrowOneNotification() local
133 ArrayList<NotificationRecord> notificationList = new ArrayList<NotificationRecord>(1); in testSortShouldNotThrowOneSortKey() local
140 ArrayList<NotificationRecord> notificationList = new ArrayList<NotificationRecord>(); in testSortShouldNotThrowOnEmptyList() local
/frameworks/base/services/core/java/com/android/server/notification/
DRankingHelper.java236 public void sort(ArrayList<NotificationRecord> notificationList) { in sort()
294 public int indexOf(ArrayList<NotificationRecord> notificationList, NotificationRecord target) { in indexOf()