Searched refs:scanDetailCache (Results 1 – 3 of 3) sorted by relevance
146 ScanDetailCache scanDetailCache = in calculateScore() local148 if (currentConfiguration != null && scanDetailCache != null) { in calculateScore()150 scanDetailCache.getVisibility(SCAN_CACHE_VISIBILITY_MS)); in calculateScore()158 if (scanDetailCache.size() <= HOME_VISIBLE_NETWORK_MAX_COUNT in calculateScore()
2616 ScanDetailCache scanDetailCache = getScanDetailCache(config);2617 if (scanDetailCache == null) {2623 ScanResult result = scanDetailCache.get(scanResult.BSSID);2638 if (scanDetailCache.size() > (MAX_NUM_SCAN_CACHE_ENTRIES + 64)) {2642 + " size " + scanDetailCache.size());2644 for (ScanDetail sd : scanDetailCache.values()) {2652 scanDetailCache.trim(MAX_NUM_SCAN_CACHE_ENTRIES);2656 for (ScanDetail sd : scanDetailCache.values()) {2664 scanDetailCache.put(scanDetail, passpointMatch, getHomeSPForConfig(config));2666 scanDetailCache.put(scanDetail);
5258 ScanDetailCache scanDetailCache = in getCurrentScanResult() local5261 if (scanDetailCache == null) { in getCurrentScanResult()5265 return scanDetailCache.get(BSSID); in getCurrentScanResult()6151 ScanDetailCache scanDetailCache = mWifiConfigManager.getScanDetailCache( in processMessage() local6153 if (scanDetailCache != null) { in processMessage()6154 mWifiMetrics.setConnectionScanDetail(scanDetailCache.getScanDetail( in processMessage()6395 ScanDetailCache scanDetailCache = in startScanForConfiguration()6397 if (scanDetailCache == null in startScanForConfiguration()6399 || scanDetailCache.size() > 6) { in startScanForConfiguration()