Searched refs:mScanDetailCaches (Results 1 – 1 of 1) sorted by relevance
285 private ConcurrentHashMap<Integer, ScanDetailCache> mScanDetailCaches; field in WifiConfigManager395 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()