Searched defs:notificationList (Results 1 – 2 of 2) sorted by relevance
313 ArrayList<NotificationRecord> notificationList = new ArrayList<NotificationRecord>(3); in testFindAfterRankingWithASplitGroup() local327 ArrayList<NotificationRecord> notificationList = new ArrayList<NotificationRecord>(2); in testSortShouldNotThrowWithPlainNotifications() local335 ArrayList<NotificationRecord> notificationList = new ArrayList<NotificationRecord>(2); in testSortShouldNotThrowOneSorted() local343 ArrayList<NotificationRecord> notificationList = new ArrayList<NotificationRecord>(1); in testSortShouldNotThrowOneNotification() local350 ArrayList<NotificationRecord> notificationList = new ArrayList<NotificationRecord>(1); in testSortShouldNotThrowOneSortKey() local357 ArrayList<NotificationRecord> notificationList = new ArrayList<NotificationRecord>(); in testSortShouldNotThrowOnEmptyList() local
460 public void sort(ArrayList<NotificationRecord> notificationList) { in sort()520 public int indexOf(ArrayList<NotificationRecord> notificationList, NotificationRecord target) { in indexOf()