Searched refs:testList (Results 1 – 8 of 8) sorted by relevance
119 List<CellInfo> testList = Arrays.asList( in doAggregation_hasDuplicateItemsDiffCellIdCase1_removeSamePlmnRatItem() local126 assertThat(mNetworkSelectSettings.doAggregation(testList)).isEqualTo(expected); in doAggregation_hasDuplicateItemsDiffCellIdCase1_removeSamePlmnRatItem()131 List<CellInfo> testList = Arrays.asList( in doAggregation_hasDuplicateItemsDiffCellIdCase2_removeSamePlmnRatItem() local140 assertThat(mNetworkSelectSettings.doAggregation(testList)).isEqualTo(expected); in doAggregation_hasDuplicateItemsDiffCellIdCase2_removeSamePlmnRatItem()145 List<CellInfo> testList = Arrays.asList( in doAggregation_hasDuplicateItemsDiffMccMncCase1_removeSamePlmnRatItem() local152 assertThat(mNetworkSelectSettings.doAggregation(testList)).isEqualTo(expected); in doAggregation_hasDuplicateItemsDiffMccMncCase1_removeSamePlmnRatItem()157 List<CellInfo> testList = Arrays.asList( in doAggregation_hasDuplicateItemsDiffMccMncCase2_removeSamePlmnRatItem() local166 assertThat(mNetworkSelectSettings.doAggregation(testList)).isEqualTo(expected); in doAggregation_hasDuplicateItemsDiffMccMncCase2_removeSamePlmnRatItem()171 List<CellInfo> testList = Arrays.asList( in doAggregation_hasDuplicateItemsDiffMccMncCase3_removeSamePlmnRatItem() local179 assertThat(mNetworkSelectSettings.doAggregation(testList)).isEqualTo(expected); in doAggregation_hasDuplicateItemsDiffMccMncCase3_removeSamePlmnRatItem()
137 int testList[] = new int[1]; in launchDemo() local138 testList[0] = id; in launchDemo()141 intent.putExtra("tests", testList); in launchDemo()222 int testList[] = new int[count]; in btnRun() local226 testList[count++] = i; in btnRun()231 intent.putExtra("tests", testList); in btnRun()
135 int testList[] = new int[1]; in launchDemo() local136 testList[0] = id; in launchDemo()139 intent.putExtra("tests", testList); in launchDemo()225 int testList[] = new int[count]; in btnRun() local229 testList[count++] = i; in btnRun()234 intent.putExtra("tests", testList); in btnRun()
127 int testList[] = new int[count]; in btnRun() local131 testList[count++] = i; in btnRun()136 intent.putExtra("tests", testList); in btnRun()
64 public void testList() { in testList() method in EfficientCollectionsCheckerTest
79 public void testList() { in testList() method in EfficientParcelableCheckerTest
2219 List<WifiNetworkSuggestion> testList = new ArrayList<>(); in addGetRemoveNetworkSuggestions() local2225 .thenReturn(testList); in addGetRemoveNetworkSuggestions()2228 mWifiManager.addNetworkSuggestions(testList)); in addGetRemoveNetworkSuggestions()2232 assertEquals(testList, mWifiManager.getNetworkSuggestions()); in addGetRemoveNetworkSuggestions()
6126 List<WifiNetworkSuggestion> testList = new ArrayList<>(); in testGetNetworkSuggestions() local6127 when(mWifiNetworkSuggestionsManager.get(anyString(), anyInt())).thenReturn(testList); in testGetNetworkSuggestions()6129 assertEquals(testList, mWifiServiceImpl.getNetworkSuggestions(TEST_PACKAGE_NAME)); in testGetNetworkSuggestions()