Searched refs:getRawScanResults (Results 1 – 6 of 6) sorted by relevance
815 "results=" + results1.getRawScanResults().length); in sendMultipleSingleScanRequestWhilePreviousScanRunning()817 "results=" + results2.getRawScanResults().length); in sendMultipleSingleScanRequestWhilePreviousScanRunning()819 "results=" + results3.getRawScanResults().length); in sendMultipleSingleScanRequestWhilePreviousScanRunning()910 new WifiScanner.PnoSettings.PnoNetwork[results.getRawScanResults().length]; in createPnoSettings()912 for (ScanResult scanResult : results.getRawScanResults()) { in createPnoSettings()995 for (ScanResult fullScanResult : results.getRawScanResults()) { in expectSuccessfulBackgroundScan()1013 eventHandler.onPnoNetworkFound(results.getRawScanResults()); in expectHwPnoScanWithNoBackgroundScan()1031 eventHandler.onPnoNetworkFound(results.getRawScanResults()); in expectHwPnoScanWithBackgroundScan()1079 verifyPnoNetworkFoundRecieved(order, handler, requestId, scanResults.getRawScanResults()); in testSuccessfulHwPnoScanWithNoBackgroundScan()1103 verifyPnoNetworkFoundRecieved(order, handler, requestId, scanResults.getRawScanResults()); in testSuccessfulHwPnoScanWithBackgroundScan()[all …]
322 order.verify(eventHandler).onPnoNetworkFound(scanResults.getRawScanResults()); in expectSuccessfulHwDisconnectedPnoScan()
502 for (ScanResult result : results.getRawScanResults()) { in expectSuccessfulSingleScan()
609 fullResults = lastPeriodResults.getRawScanResults(); in expectSuccessfulBackgroundScan()
61 rawScanResults.addAll(Arrays.asList(other.getRawScanResults())); in merge()194 public ScanResult[] getRawScanResults() { in getRawScanResults() method in ScanResults
608 private String getRawScanResults(String range) { in getRawScanResults() method in WifiNative627 String rawResult = getRawScanResults(next_sid+"-"); in getScanResults()