Searched refs:matchInfos (Results 1 – 3 of 3) sorted by relevance
280 Set<ScanResultMatchInfo> matchInfos = toMatchInfos(scanResults); in start() local281 matchInfos.retainAll(getGoodSavedNetworksAndSuggestions()); in start()289 matchInfos.add(mLastDisconnectInfo); in start()296 Log.d(TAG, "Saved networks in most recent scan:" + matchInfos); in start()299 mWifiWakeMetrics.recordStartEvent(matchInfos.size()); in start()300 mWakeupLock.setLock(matchInfos); in start()413 Set<ScanResultMatchInfo> matchInfos = toMatchInfos(scanResults); in handleScanResults() local414 matchInfos.retainAll(goodNetworks); in handleScanResults()416 mWakeupLock.update(matchInfos); in handleScanResults()
76 public void logContactsProviderMetrics(Collection<ContactsProviderMatchInfo> matchInfos) {} in logContactsProviderMetrics() argument
103 void logContactsProviderMetrics(Collection<ContactsProviderMatchInfo> matchInfos); in logContactsProviderMetrics() argument