Searched refs:list1 (Results 1 – 3 of 3) sorted by relevance
161 final ArrayList<WeightedString> list1) { in hasAttributesDifferencesAndPrintThemIfAny() argument162 if (null == list1) { in hasAttributesDifferencesAndPrintThemIfAny()175 if (!list1.contains(attribute0)) { in hasAttributesDifferencesAndPrintThemIfAny()179 for (final WeightedString attribute1 : list1) { in hasAttributesDifferencesAndPrintThemIfAny()184 list1.remove(attribute1); in hasAttributesDifferencesAndPrintThemIfAny()195 list1.remove(attribute0); in hasAttributesDifferencesAndPrintThemIfAny()201 for (final WeightedString attribute1 : list1) { in hasAttributesDifferencesAndPrintThemIfAny()
489 private static void logEventIdsBumped(List<NotificationInfo> list1, in logEventIdsBumped() argument492 if (list1 != null) { in logEventIdsBumped()493 for (NotificationInfo info : list1) { in logEventIdsBumped()
557 Address[] list1 = null; in testToFriendlyArray() local562 assertEquals(null, Address.toFriendly(list1)); in testToFriendlyArray()