Searched refs:fromScanResult (Results 1 – 18 of 18) sorted by relevance
44 ScanResultMatchInfo.fromScanResult(scan.getScanResult())); in testScanResultMatchesWifiConfiguration()49 ScanResultMatchInfo.fromScanResult(scan.getScanResult())); in testScanResultMatchesWifiConfiguration()63 assertEquals(ScanResultMatchInfo.fromScanResult(scan1.getScanResult()), in testDifferentBssidScanResultsMatch()64 ScanResultMatchInfo.fromScanResult(scan2.getScanResult())); in testDifferentBssidScanResultsMatch()82 assertTrue(ScanResultMatchInfo.fromScanResult(scanOpen1.getScanResult()) in testDifferentNetworkScanResultsDontMatch()83 != ScanResultMatchInfo.fromScanResult(scanOpen2.getScanResult())); in testDifferentNetworkScanResultsDontMatch()84 assertTrue(ScanResultMatchInfo.fromScanResult(scanOpen1.getScanResult()) in testDifferentNetworkScanResultsDontMatch()85 != ScanResultMatchInfo.fromScanResult(scanPsk.getScanResult())); in testDifferentNetworkScanResultsDontMatch()100 ScanResultMatchInfo key2 = ScanResultMatchInfo.fromScanResult(scanDetail.getScanResult()); in testEqualityRulesForTransitionMode()133 ScanResultMatchInfo key2 = ScanResultMatchInfo.fromScanResult(scanDetail.getScanResult()); in testEqualityRulesForPsk()[all …]
349 Collections.singleton(ScanResultMatchInfo.fromScanResult(savedScanResult)); in startInitializesWakeupLockWithSavedScanResults()387 Collections.singleton(ScanResultMatchInfo.fromScanResult(savedScanResult)); in startInitializesWakeupLockWithNetworkSuggestions()430 add(ScanResultMatchInfo.fromScanResult(savedScanResult)); in startInitializesWakeupLockWithSavedScanResultsAndNetworkSuggestions()431 add(ScanResultMatchInfo.fromScanResult(suggestionScanResult)); in startInitializesWakeupLockWithSavedScanResultsAndNetworkSuggestions()468 Collections.singleton(ScanResultMatchInfo.fromScanResult(scanResult24)); in startFiltersOutDfsScanResults()500 ScanResultMatchInfo expectedMatchInfo = ScanResultMatchInfo.fromScanResult(mTestScanResult); in onResultsUpdatesWakeupLockForSavedNetworks()529 ScanResultMatchInfo expectedMatchInfo = ScanResultMatchInfo.fromScanResult(mTestScanResult); in onResultsUpdatesWakeupLockForNetworkSuggestions()713 ScanResultMatchInfo matchInfo = ScanResultMatchInfo.fromScanResult(mTestScanResult); in lastConnectedNetworkAddedToLock()739 ScanResultMatchInfo matchInfo = ScanResultMatchInfo.fromScanResult(mTestScanResult); in expiredLastConnectedNetworkNotAddedToLock()
104 ScanResultMatchInfo.fromScanResult(scanResult), in checkConsistencyOfScanDetailsAndWifiConfigs()
137 assertEquals(ScanResultMatchInfo.fromScanResult(scanDetail.getScanResult()), in configureNewSsid()
362 ResponderConfig config = ResponderConfig.fromScanResult(scan); in testResponderPreambleSelection()373 config = ResponderConfig.fromScanResult(scan); in testResponderPreambleSelection()381 config = ResponderConfig.fromScanResult(scan); in testResponderPreambleSelection()389 config = ResponderConfig.fromScanResult(scan); in testResponderPreambleSelection()
54 if (networks.contains(ScanResultMatchInfo.fromScanResult(scanResult))) { in findViableNetwork()
1240 ScanResultMatchInfo.fromScanResult(scanResult), in findBestBssidFromActiveMatchedScanResultsForNetwork()1263 ScanResultMatchInfo fromScanResult = ScanResultMatchInfo.fromScanResult(scanResult); in findUserApprovedAccessPointForActiveRequestFromActiveMatchedScanResults() local1266 MacAddress.fromString(scanResult.BSSID), fromScanResult.networkType); in findUserApprovedAccessPointForActiveRequestFromActiveMatchedScanResults()1294 ScanResultMatchInfo fromScanResult = ScanResultMatchInfo.fromScanResult(scanResult); in addNetworkToUserApprovedAccessPointMap() local1295 if (fromScanResult.equals(fromWifiConfiguration)) { in addNetworkToUserApprovedAccessPointMap()1298 fromScanResult.networkType); in addNetworkToUserApprovedAccessPointMap()
126 ScanResultMatchInfo.fromScanResult(scanResult)); in getByScanResultForCurrentUser()
104 public static ScanResultMatchInfo fromScanResult(ScanResult scanResult) { in fromScanResult() method in ScanResultMatchInfo
363 ScanResultMatchInfo key2 = ScanResultMatchInfo.fromScanResult(scanResult); in add()
400 .map(ScanResultMatchInfo::fromScanResult) in toMatchInfos()
943 ScanResultMatchInfo.fromScanResult(scanResult); in getNetworkSuggestionsForScanDetail()
2205 ScanResultMatchInfo matchInfo = ScanResultMatchInfo.fromScanResult(scanResult); in incrementAvailableNetworksHistograms()
140 return addResponder(ResponderConfig.fromScanResult(apInfo)); in addAccessPoint()
297 public static ResponderConfig fromScanResult(ScanResult scanResult) { in fromScanResult() method in ResponderConfig
970 android.net.wifi.rtt.ResponderConfig.fromScanResult(reconstructed)); in startRanging()
5701 …method public static android.net.wifi.rtt.ResponderConfig fromScanResult(android.net.wifi.ScanResu…
5607 …method public static android.net.wifi.rtt.ResponderConfig fromScanResult(android.net.wifi.ScanResu…