Home
last modified time | relevance | path

Searched refs:filteredScanResults (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/wifi/
DWifiTracker.java538 final List<ScanResult> filteredScanResults = in fetchScansAndConfigsAndUpdateAccessPoints() local
542 Log.i(TAG, "Fetched scan results: " + filteredScanResults); in fetchScansAndConfigsAndUpdateAccessPoints()
546 updateAccessPoints(filteredScanResults, configs); in fetchScansAndConfigsAndUpdateAccessPoints()