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.java517 @Nullable List<ScanResult> homeScanResults, in updateScanResultInfo() argument
523 if (homeScanResults != null) { in updateScanResultInfo()
524 mCurrentHomeScanResults.addAll(homeScanResults); in updateScanResultInfo()
531 if (homeScanResults != null && !homeScanResults.isEmpty()) { in updateScanResultInfo()
532 currentScanResults.addAll(homeScanResults); in updateScanResultInfo()