Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiConfigManager.java285 private ConcurrentHashMap<Integer, ScanDetailCache> mScanDetailCaches; field in WifiConfigManager
395 mScanDetailCaches = new ConcurrentHashMap<>(16, 0.75f, 2); in WifiConfigManager()
522 for (Map.Entry entry : mScanDetailCaches.entrySet()) { in getMatchingConfig()
1187 mScanDetailCaches.remove(config.networkId); in removeConfigWithoutBroadcast()
1829 mScanDetailCaches, in readNetworkHistory()
1842 mScanDetailCaches, in writeKnownNetworkHistory()
2256 ScanDetailCache cache = mScanDetailCaches.get(config.networkId); in getScanDetailCache()
2259 mScanDetailCaches.put(config.networkId, cache); in getScanDetailCache()