Searched refs:validateScanResults (Results 1 – 1 of 1) sorted by relevance
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/ |
D | WifiNetworkFactoryTest.java | 726 validateScanResults(matchedScanResultsCaptor.getValue(), mTestScanDatas[0].getResults()[0]); in testNetworkSpecifierMatchSuccessUsingLiteralSsidMatch() 769 validateScanResults(matchedScanResultsCaptor.getValue(), in testNetworkSpecifierMatchSuccessUsingPrefixSsidMatch() 813 validateScanResults(matchedScanResultsCaptor.getValue(), mTestScanDatas[0].getResults()[0]); in testNetworkSpecifierMatchSuccessUsingLiteralBssidMatch() 857 validateScanResults(matchedScanResultsCaptor.getValue(), in testNetworkSpecifierMatchSuccessUsingOuiPrefixBssidMatch() 902 validateScanResults(matchedScanResultsCaptor.getValue(), in testNetworkSpecifierMatchSuccessUsingLiteralSsidMatchWithMultipleBssidMatches() 2086 validateScanResults(matchedScanResultsCaptor.getValue(), matchingScanResult); in testNetworkSpecifierMatchSuccessUsingLiteralSsidAndBssidMatchPreviouslyApprovedNForgot() 2127 validateScanResults(matchedScanResultsCaptor.getValue(), matchingScanResult); in testNetworkSpecifierMatchSuccessUsingLiteralSsidAndBssidMatchNotPreviouslyApproved() 2166 validateScanResults(matchedScanResultsCaptor.getValue(), matchingScanResult); in testNetworkSpecifierMatchSuccessUsingLiteralSsidMatchPreviouslyApproved() 2209 validateScanResults(matchedScanResultsCaptor.getValue(), matchingScanResult); in testNetworkSpecifierMatchSuccessUsingLiteralSsidAndBssidMatchAfterApprovalsRemove() 2251 validateScanResults(matchedScanResultsCaptor.getValue(), matchingScanResult); in testNetworkSpecifierMatchSuccessUsingLiteralSsidAndBssidMatchAfterClear() [all …]
|