Searched defs:notificationList (Results 1 – 2 of 2) sorted by relevance
96 ArrayList<NotificationRecord> notificationList = new ArrayList<NotificationRecord>(3); in testFindAfterRankingWithASplitGroup() local110 ArrayList<NotificationRecord> notificationList = new ArrayList<NotificationRecord>(2); in testSortShouldNotThrowWithPlainNotifications() local118 ArrayList<NotificationRecord> notificationList = new ArrayList<NotificationRecord>(2); in testSortShouldNotThrowOneSorted() local126 ArrayList<NotificationRecord> notificationList = new ArrayList<NotificationRecord>(1); in testSortShouldNotThrowOneNotification() local133 ArrayList<NotificationRecord> notificationList = new ArrayList<NotificationRecord>(1); in testSortShouldNotThrowOneSortKey() local140 ArrayList<NotificationRecord> notificationList = new ArrayList<NotificationRecord>(); in testSortShouldNotThrowOnEmptyList() local
236 public void sort(ArrayList<NotificationRecord> notificationList) { in sort()294 public int indexOf(ArrayList<NotificationRecord> notificationList, NotificationRecord target) { in indexOf()