Searched refs:list1 (Results 1 – 3 of 3) sorted by relevance
158 final ArrayList<WeightedString> list1) { in hasAttributesDifferencesAndPrintThemIfAny() argument159 if (null == list1) { in hasAttributesDifferencesAndPrintThemIfAny()172 if (!list1.contains(attribute0)) { in hasAttributesDifferencesAndPrintThemIfAny()176 for (final WeightedString attribute1 : list1) { in hasAttributesDifferencesAndPrintThemIfAny()181 list1.remove(attribute1); in hasAttributesDifferencesAndPrintThemIfAny()192 list1.remove(attribute0); in hasAttributesDifferencesAndPrintThemIfAny()198 for (final WeightedString attribute1 : list1) { in hasAttributesDifferencesAndPrintThemIfAny()
92 List<RecentLocationApps.Request> list1 = Arrays.asList( in refreshUi_newRecentRequests_listIsUpdated() local96 when(mRecentLocationApps.getAppListSorted(true)).thenReturn(list1); in refreshUi_newRecentRequests_listIsUpdated()98 List<RecentLocationApps.Request> list2 = new ArrayList<>(list1); in refreshUi_newRecentRequests_listIsUpdated()102 assertThat(mScreen.getPreferenceCount()).isEqualTo(list1.size()); in refreshUi_newRecentRequests_listIsUpdated()
640 List<String> list1 = Arrays.asList(); in testAll() local645 assertTrue(InitialConfiguration.all(list1, (x) -> false)); in testAll()654 List<String> list1 = Arrays.asList(); in testAny() local659 assertFalse(InitialConfiguration.any(list1, (x) -> true)); in testAny()668 List<String> list1 = Arrays.asList(); in testFindAll() local672 assertEquals(list1, IpClient.findAll(list1, (x) -> true)); in testFindAll()673 assertEquals(list1, IpClient.findAll(list3, (x) -> false)); in testFindAll()