Searched refs:scanResults (Results 1 – 5 of 5) sorted by relevance
26 private List<ScanResult> scanResults; field in ShadowWifiManager55 return scanResults; in getScanResults()137 public void setScanResults(List<ScanResult> scanResults) { in setScanResults() argument138 this.scanResults = scanResults; in setScanResults()
79 List<ScanResult> scanResults = new ArrayList<ScanResult>(); in shouldReturnSetScanResults() local80 shadowWifiManager.setScanResults(scanResults); in shouldReturnSetScanResults()81 assertThat(wifiManager.getScanResults(), sameInstance(scanResults)); in shouldReturnSetScanResults()
54 res = iface.scanResults()
353 Set scanResults = scan.getIncludedSources( sourceDirectory, null ); in collectIncludedSourceGrammars() local355 for ( Object result : scanResults ) { in collectIncludedSourceGrammars()
628 JSONArray scanResults = new JSONArray(); in buildJsonScanData() local630 scanResults.put(buildJsonScanResult(sr)); in buildJsonScanData()632 result.put("ScanResults", scanResults); in buildJsonScanData()