Searched defs:notificationList (Results 1 – 3 of 3) sorted by relevance
212 ArrayList<NotificationRecord> notificationList = new ArrayList<NotificationRecord>(7); in testSortShouldRespectCritical() local246 ArrayList<NotificationRecord> notificationList = new ArrayList<NotificationRecord>(4); in testFindAfterRankingWithASplitGroup() local260 ArrayList<NotificationRecord> notificationList = new ArrayList<NotificationRecord>(2); in testSortShouldNotThrowWithPlainNotifications() local268 ArrayList<NotificationRecord> notificationList = new ArrayList<NotificationRecord>(2); in testSortShouldNotThrowOneSorted() local276 ArrayList<NotificationRecord> notificationList = new ArrayList<NotificationRecord>(1); in testSortShouldNotThrowOneNotification() local283 ArrayList<NotificationRecord> notificationList = new ArrayList<NotificationRecord>(1); in testSortShouldNotThrowOneSortKey() local290 ArrayList<NotificationRecord> notificationList = new ArrayList<NotificationRecord>(); in testSortShouldNotThrowOnEmptyList() local296 ArrayList<NotificationRecord> notificationList = new ArrayList<>(); in testGroupNotifications_highestIsProxy() local
97 public void sort(ArrayList<NotificationRecord> notificationList) { in sort()158 public int indexOf(ArrayList<NotificationRecord> notificationList, NotificationRecord target) { in indexOf()
780 final int notificationList = safeInt(parser, SHOW_ATT_NOTIFICATION_LIST, in readZenPolicyXml() local