Searched defs:scanResult (Results 1 – 7 of 7) sorted by relevance
113 public static boolean isScanResultForOpenNetwork(@NonNull ScanResult scanResult) { in isScanResultForOpenNetwork()123 public static boolean isScanResultForWpa2Network(@NonNull ScanResult scanResult) { in isScanResultForWpa2Network()131 public static boolean isScanResultForWpa3Network(@NonNull ScanResult scanResult) { in isScanResultForWpa3Network()137 ScanResult scanResult, @ScanResultType int type) { in doesScanResultMatchType()
61 Scanner scanResult = new Scanner(cmdOut).useDelimiter("\\n+"); in testPocCVE_2020_0018() local
304 ScanResult scanResult = new ScanResult(); in testScanResultConstructors() local402 ScanResult scanResult = new ScanResult(); in testScanResultMloAttributes() local
130 ScanResult scanResult = new ScanResult(); in testParcelableScanData() local
5046 ScanResult scanResult = new ScanResult(); in testGetAllWifiConfigForMatchedNetworkSuggestion() local5077 ScanResult scanResult = new ScanResult(); in testGetMatchingScanResults() local
88 private NetworkSpecifier createNetworkSpecifier(@NonNull ScanResult scanResult) in createNetworkSpecifier()
111 private WifiNetworkSuggestion createNetworkSuggestion(@NonNull ScanResult scanResult) { in createNetworkSuggestion()