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.java547 final List<ScanResult> filteredScanResults = in fetchScansAndConfigsAndUpdateAccessPoints() local
551 Log.i(TAG, "Fetched scan results: " + filteredScanResults); in fetchScansAndConfigsAndUpdateAccessPoints()
555 updateAccessPoints(filteredScanResults, configs); in fetchScansAndConfigsAndUpdateAccessPoints()