Searched refs:getBgScanResults (Results 1 – 3 of 3) sorted by relevance
118 return mWifiNative.getBgScanResults(mIfaceName); in getLatestBatchedScanResults()
2611 public WifiScanner.ScanData[] getBgScanResults(@NonNull String ifaceName) { in getBgScanResults() method in WifiNative2612 return mWifiVendorHal.getBgScanResults(ifaceName); in getBgScanResults()
869 public WifiScanner.ScanData[] getBgScanResults(@NonNull String ifaceName) { in getBgScanResults() method in WifiVendorHal