Home
last modified time | relevance | path

Searched defs:matchingScanResult (Results 1 – 1 of 1) sorted by relevance

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DWifiNetworkFactoryTest.java1059 ScanResult matchingScanResult = mTestScanDatas[0].getResults()[0]; in testNetworkSpecifierHandleUserSelectionConnectToNetwork() local
1141 ScanResult matchingScanResult = mTestScanDatas[0].getResults()[0]; in testNetworkSpecifierHandleUserSelectionConnectToNetworkUsingLiteralSsidAndBssidMatch() local
1218 ScanResult matchingScanResult = mTestScanDatas[0].getResults()[2]; in testNetworkSpecifierHandleUserSelectionConnectToNetworkMultipleBssidMatches() local
2019 ScanResult matchingScanResult = mTestScanDatas[0].getResults()[0]; in testNetworkSpecifierMatchSuccessUsingLiteralSsidAndBssidMatchPreviouslyApproved() local
2066 ScanResult matchingScanResult = mTestScanDatas[0].getResults()[0]; in testNetworkSpecifierMatchSuccessUsingLiteralSsidAndBssidMatchPreviouslyApprovedNForgot() local
2086 validateScanResults(matchedScanResultsCaptor.getValue(), matchingScanResult); in testNetworkSpecifierMatchSuccessUsingLiteralSsidAndBssidMatchPreviouslyApprovedNForgot() local
2107 ScanResult matchingScanResult = mTestScanDatas[0].getResults()[1]; in testNetworkSpecifierMatchSuccessUsingLiteralSsidAndBssidMatchNotPreviouslyApproved() local
2127 validateScanResults(matchedScanResultsCaptor.getValue(), matchingScanResult); in testNetworkSpecifierMatchSuccessUsingLiteralSsidAndBssidMatchNotPreviouslyApproved() local
2146 ScanResult matchingScanResult = mTestScanDatas[0].getResults()[0]; in testNetworkSpecifierMatchSuccessUsingLiteralSsidMatchPreviouslyApproved() local
2166 validateScanResults(matchedScanResultsCaptor.getValue(), matchingScanResult); in testNetworkSpecifierMatchSuccessUsingLiteralSsidMatchPreviouslyApproved() local
[all …]