Searched refs:rawScanResults (Results 1 – 2 of 2) sorted by relevance
58 ArrayList<ScanResult> rawScanResults = new ArrayList<>(); in merge() local62 rawScanResults.addAll(Arrays.asList(other.getRawScanResults())); in merge()68 rawScanResults.toArray(new ScanResult[rawScanResults.size()])); in merge()
218 ArrayList<ScanDetail> rawScanResults = new ArrayList<>(Arrays.asList( in testDumpWithCorrectFormatWithScanResult() local224 when(mWifiNative.getScanResults(eq(IFACE_NAME))).thenReturn(rawScanResults); in testDumpWithCorrectFormatWithScanResult()226 int ap_count = rawScanResults.size(); in testDumpWithCorrectFormatWithScanResult()