Home
last modified time | relevance | path

Searched refs:mActiveMatchedScanResults (Results 1 – 1 of 1) sorted by relevance

/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/
H A DWifiNetworkFactory.java265 if (mActiveMatchedScanResults != null) { in onResults()
267 mActiveMatchedScanResults.values()); in onResults()
615 if (mActiveMatchedScanResults != null) { in addCallback()
617 mActiveMatchedScanResults.values()); in addCallback()
813 if (mActiveMatchedScanResults != null) { in needNetworkFor()
1184 mActiveMatchedScanResults = null; in cleanupActiveRequest()
1235 mActiveMatchedScanResults = null; in setupForConnectedRequest()
1735 if ((mActiveMatchedScanResults == null || mActiveMatchedScanResults.isEmpty()) in handleScanResults()
1743 if (mActiveMatchedScanResults == null) mActiveMatchedScanResults = new HashMap<>(); in handleScanResults()
1745 mActiveMatchedScanResults.putAll(matchedScanResults in handleScanResults()
[all …]