Searched refs:matchInfos (Results 1 – 4 of 4) sorted by relevance
309 Set<ScanResultMatchInfo> matchInfos = toMatchInfos(scanResults); in start() local310 matchInfos.retainAll(getGoodSavedNetworksAndSuggestions()); in start()318 matchInfos.add(mLastDisconnectInfo); in start()325 Log.d(TAG, "Saved networks in most recent scan:" + matchInfos); in start()328 mWifiWakeMetrics.recordStartEvent(matchInfos.size()); in start()329 mWakeupLock.setLock(matchInfos); in start()442 Set<ScanResultMatchInfo> matchInfos = toMatchInfos(scanResults); in handleScanResults() local443 matchInfos.retainAll(goodNetworks); in handleScanResults()445 mWakeupLock.update(matchInfos); in handleScanResults()
93 @Param(id = 2) @NonNull List<MatchInfo> matchInfos, in SearchResult()100 mMatchInfos = Objects.requireNonNull(matchInfos); in SearchResult()269 List<MatchInfo> matchInfos = searchResult.getMatchInfos(); in Builder() local270 for (int i = 0; i < matchInfos.size(); i++) { in Builder()271 addMatchInfo(new MatchInfo.Builder(matchInfos.get(i)).build()); in Builder()
76 public void logContactsProviderMetrics(Collection<ContactsProviderMatchInfo> matchInfos) {} in logContactsProviderMetrics() argument
103 void logContactsProviderMetrics(Collection<ContactsProviderMatchInfo> matchInfos); in logContactsProviderMetrics() argument