Searched refs:fromScanResult (Results 1 – 16 of 16) 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 …]
345 Collections.singleton(ScanResultMatchInfo.fromScanResult(savedScanResult)); in startInitializesWakeupLockWithSavedScanResults()383 Collections.singleton(ScanResultMatchInfo.fromScanResult(savedScanResult)); in startInitializesWakeupLockWithNetworkSuggestions()426 add(ScanResultMatchInfo.fromScanResult(savedScanResult)); in startInitializesWakeupLockWithSavedScanResultsAndNetworkSuggestions()427 add(ScanResultMatchInfo.fromScanResult(suggestionScanResult)); in startInitializesWakeupLockWithSavedScanResultsAndNetworkSuggestions()464 Collections.singleton(ScanResultMatchInfo.fromScanResult(scanResult24)); in startFiltersOutDfsScanResults()496 ScanResultMatchInfo expectedMatchInfo = ScanResultMatchInfo.fromScanResult(mTestScanResult); in onResultsUpdatesWakeupLockForSavedNetworks()525 ScanResultMatchInfo expectedMatchInfo = ScanResultMatchInfo.fromScanResult(mTestScanResult); in onResultsUpdatesWakeupLockForNetworkSuggestions()709 ScanResultMatchInfo matchInfo = ScanResultMatchInfo.fromScanResult(mTestScanResult); in lastConnectedNetworkAddedToLock()735 ScanResultMatchInfo matchInfo = ScanResultMatchInfo.fromScanResult(mTestScanResult); in expiredLastConnectedNetworkNotAddedToLock()
137 assertEquals(ScanResultMatchInfo.fromScanResult(scanDetail.getScanResult()), in configureNewSsid()
54 if (networks.contains(ScanResultMatchInfo.fromScanResult(scanResult))) { in findViableNetwork()
1210 ScanResultMatchInfo.fromScanResult(scanResult), in findBestBssidFromActiveMatchedScanResultsForNetwork()1233 ScanResultMatchInfo fromScanResult = ScanResultMatchInfo.fromScanResult(scanResult); in findUserApprovedAccessPointForActiveRequestFromActiveMatchedScanResults() local1236 MacAddress.fromString(scanResult.BSSID), fromScanResult.networkType); in findUserApprovedAccessPointForActiveRequestFromActiveMatchedScanResults()1258 ScanResultMatchInfo fromScanResult = ScanResultMatchInfo.fromScanResult(scanResult); in addNetworkToUserApprovedAccessPointMap() local1261 if (fromScanResult.equals(fromWifiConfiguration)) { in addNetworkToUserApprovedAccessPointMap()1264 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()
847 ScanResultMatchInfo.fromScanResult(scanResult); in getNetworkSuggestionsForScanDetail()
2100 ScanResultMatchInfo matchInfo = ScanResultMatchInfo.fromScanResult(scanResult); in incrementAvailableNetworksHistograms()
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()
139 return addResponder(ResponderConfig.fromScanResult(apInfo)); in addAccessPoint()
296 public static ResponderConfig fromScanResult(ScanResult scanResult) { in fromScanResult() method in ResponderConfig
969 android.net.wifi.rtt.ResponderConfig.fromScanResult(reconstructed)); in startRanging()
4994 …method public static android.net.wifi.rtt.ResponderConfig fromScanResult(android.net.wifi.ScanResu…