Searched defs:scanResult (Results 1 – 9 of 9) 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
313 ScanResult scanResult = new ScanResult(); in testScanResultConstructors() local407 ScanResult scanResult = new ScanResult(); in testScanResultMloAttributes() local
170 ScanResult scanResult = new ScanResult(); in testParcelableScanData() local
198 public static boolean isMatchedScanResult(ScanResult scanResult, long capabilities) { in isMatchedScanResult()
4879 ScanResult scanResult = new ScanResult(); in testGetAllWifiConfigForMatchedNetworkSuggestion() local4907 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()
362 NativeScanResult scanResult = new NativeScanResult(); in getMockNativeResults() local