Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/wifi/testcase/
DNetworkRequestTestCase.java96 if (TestUtils.isScanResultForWpa2Network(scanResult)) { in createNetworkSpecifier()
110 if (TestUtils.isScanResultForWpa2Network(scanResult)) { in createNetworkSpecifier()
128 if (TestUtils.isScanResultForWpa2Network(scanResult)) { in createNetworkSpecifier()
139 if (TestUtils.isScanResultForWpa2Network(scanResult)) { in createNetworkSpecifier()
DNetworkSuggestionTestCase.java121 if (TestUtils.isScanResultForWpa2Network(scanResult)) { in createNetworkSuggestion()
127 if (TestUtils.isScanResultForWpa2Network(scanResult)) { in createNetworkSuggestion()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/wifi/
DTestUtils.java123 public static boolean isScanResultForWpa2Network(@NonNull ScanResult scanResult) { in isScanResultForWpa2Network() method in TestUtils
142 return isScanResultForWpa2Network(scanResult) in doesScanResultMatchType()