Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/libs/WifiTrackerLib/src/com/android/wifitrackerlib/
DPasspointWifiEntry.java478 @Nullable List<ScanResult> homeScanResults, in updateScanResultInfo() argument
485 if (homeScanResults != null) { in updateScanResultInfo()
486 mCurrentHomeScanResults.addAll(homeScanResults); in updateScanResultInfo()
494 if (homeScanResults != null && !homeScanResults.isEmpty()) { in updateScanResultInfo()
495 currentScanResults.addAll(homeScanResults); in updateScanResultInfo()