Searched refs:resultList (Results 1 – 18 of 18) sorted by relevance
157 final List<WifiSliceItem> resultList = new ArrayList<>(); in updateResults() local161 resultList.add(new WifiSliceItem(getContext(), connectedWifiEntry)); in updateResults()164 if (resultList.size() >= getApRowCount()) { in updateResults()169 resultList.add(new WifiSliceItem(getContext(), wifiEntry)); in updateResults()172 super.updateResults(resultList); in updateResults()
220 List<SearchResult> resultList = results.getNextPage(); in collectUpdatedTimestampFromAllPages() local222 while (!resultList.isEmpty()) { in collectUpdatedTimestampFromAllPages()223 for (int i = 0; i < resultList.size(); i++) { in collectUpdatedTimestampFromAllPages()224 SearchResult result = resultList.get(i); in collectUpdatedTimestampFromAllPages()232 resultList = results.getNextPage(); in collectUpdatedTimestampFromAllPages()
70 List<HdHomeRunDiscoverDevice> resultList = new ArrayList<>(); in findDevices() local73 retry < HDHOMERUN_DISCOVER_RETRY_LIMIT && resultList.isEmpty(); in findDevices()101 if (resultList.contains(result)) { in findDevices()105 resultList.add(result); in findDevices()106 if (resultList.size() >= maxCount) { in findDevices()111 return resultList; in findDevices()
746 final List<Long> resultList = in getTimestampSlots_emptyRawList_returnEmptyList() local749 assertThat(resultList).isEmpty(); in getTimestampSlots_emptyRawList_returnEmptyList()2228 final List<AppUsagePeriod> resultList = in excludePowerConnectedTime_startEndNotCharging_returnExpectedResult() local2232 assertThat(resultList).hasSize(2); in excludePowerConnectedTime_startEndNotCharging_returnExpectedResult()2233 assertAppUsagePeriod(resultList.get(0), 100, 166); in excludePowerConnectedTime_startEndNotCharging_returnExpectedResult()2234 assertAppUsagePeriod(resultList.get(1), 188, 200); in excludePowerConnectedTime_startEndNotCharging_returnExpectedResult()2268 final List<AppUsagePeriod> resultList = in excludePowerConnectedTime_startEndInCharging_returnExpectedResult() local2272 assertThat(resultList).hasSize(2); in excludePowerConnectedTime_startEndInCharging_returnExpectedResult()2273 assertAppUsagePeriod(resultList.get(0), 120, 150); in excludePowerConnectedTime_startEndInCharging_returnExpectedResult()2274 assertAppUsagePeriod(resultList.get(1), 160, 180); in excludePowerConnectedTime_startEndInCharging_returnExpectedResult()[all …]
157 List<SearchResult> resultList = new ArrayList<>(resultSet); in query() local158 Collections.sort(resultList); in query()159 return resultList; in query()
636 List<SearchResult> resultList = callback.getResultValue();637 for (int i = 0; i < resultList.size(); i++) {638 SearchResult result = resultList.get(i);641 future.complete(!resultList.isEmpty());
831 final List<AppUsagePeriod> resultList = new ArrayList<>(); in excludePowerConnectedTimeFromAppUsagePeriodList() local858 resultList.add( in excludePowerConnectedTimeFromAppUsagePeriodList()870 resultList.add( in excludePowerConnectedTimeFromAppUsagePeriodList()877 return resultList; in excludePowerConnectedTimeFromAppUsagePeriodList()955 final List<AppUsageEvent> resultList = new ArrayList<>(); in getAppUsageEventListWithinTimeRangeWithBuffer() local965 resultList.add(event); in getAppUsageEventListWithinTimeRangeWithBuffer()968 return resultList; in getAppUsageEventListWithinTimeRangeWithBuffer()
772 List<String> resultList = new ArrayList<>();777 resultList.add(799 return resultList;
1335 ArrayList<SmsCbMessage> resultList = new ArrayList<>(dialogMessageList); in getNewMessageListIfNeeded() local1336 resultList.addAll(clonedNewMessageList); in getNewMessageListIfNeeded()1347 Collections.sort(resultList, comparator); in getNewMessageListIfNeeded()1348 return resultList; in getNewMessageListIfNeeded()
1450 ArrayList<String> resultList, String defaultName, Cursor cursor) { in appendDistinctNameIdList() argument1464 if (!resultList.contains(newString)) { in appendDistinctNameIdList()1465 resultList.add(newString); in appendDistinctNameIdList()1468 for (String nameId : resultList) { in appendDistinctNameIdList()
460 List<Map.Entry<String, List<InetAddress>>> resultList = null; in getIP() local462 resultList = allFuturesResult.get(timeout, TimeUnit.SECONDS); in getIP()471 if (resultList == null) { in getIP()474 for (Map.Entry<String, List<InetAddress>> entry : resultList) { in getIP()
1390 List<Integer> resultList; in testCollectAllowedAcsChannels() local1393 resultList = ApConfigUtil.collectAllowedAcsChannels(SoftApConfiguration.BAND_2GHZ, "", in testCollectAllowedAcsChannels()1396 resultList.stream().mapToInt(x->x).toArray()); in testCollectAllowedAcsChannels()1399 resultList = ApConfigUtil.collectAllowedAcsChannels(SoftApConfiguration.BAND_2GHZ, in testCollectAllowedAcsChannels()1402 resultList.stream().mapToInt(x->x).toArray()); in testCollectAllowedAcsChannels()
184 public boolean matchesResults(List<SupplicantStaIfaceHal.QosPolicyStatus> resultList) { in matchesResults() argument186 for (SupplicantStaIfaceHal.QosPolicyStatus status : resultList) { in matchesResults()
3705 List<ScanResult> resultList = new ArrayList<ScanResult>();3709 resultList.add(scanResult);3712 return resultList.toArray(new ScanResult[0]);
1525 LogEventFilter::AtomIdSet resultList(std::move(StatsLogProcessor::getDefaultAtomIdSet())); in CreateAtomIdSetDefault() local1526 StateManager::getInstance().addAllAtomIds(resultList); in CreateAtomIdSetDefault()1527 return resultList; in CreateAtomIdSetDefault()1531 LogEventFilter::AtomIdSet resultList(std::move(StatsLogProcessor::getDefaultAtomIdSet())); in CreateAtomIdSetFromConfig() local1540 resultList.insert(matcher.simple_atom_matcher().atom_id()); in CreateAtomIdSetFromConfig()1547 resultList.insert(state.atom_id()); in CreateAtomIdSetFromConfig()1550 return resultList; in CreateAtomIdSetFromConfig()
1430 List<byte[]> expectedList, List<byte[]> resultList) { in assertByteArrayListEquals() argument1431 assertEquals(expectedList.size(), resultList.size()); in assertByteArrayListEquals()1433 assertArrayEquals(expectedList.get(i), resultList.get(i)); in assertByteArrayListEquals()
org/openjdk/tools/sjavac/server/log/LoggingOutputStream.class LoggingOutputStream.java package ...
META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...