Searched refs:scanResult (Results 1 – 2 of 2) sorted by relevance
93 ScanResult scanResult = new ScanResult(); in parseScanResults() local95 scanResult.addInfo(columnNames[j], columnValues[j]); in parseScanResults()97 results.add(scanResult); in parseScanResults()
680 for (WifiCommandUtil.ScanResult scanResult : scanResults) { in findNetworkType()681 if (scanResult.getInfo("SSID").equals(ssid)) { in findNetworkType()682 return WifiCommandUtil.resolveNetworkType(scanResult.getInfo("Flags")); in findNetworkType()