Searched refs:isScanResultForWpa2Network (Results 1 – 3 of 3) sorted by relevance
96 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()
121 if (TestUtils.isScanResultForWpa2Network(scanResult)) { in createNetworkSuggestion()127 if (TestUtils.isScanResultForWpa2Network(scanResult)) { in createNetworkSuggestion()
123 public static boolean isScanResultForWpa2Network(@NonNull ScanResult scanResult) { in isScanResultForWpa2Network() method in TestUtils142 return isScanResultForWpa2Network(scanResult) in doesScanResultMatchType()