Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/libs/WifiTrackerLib/src/com/android/wifitrackerlib/
DWifiPickerTracker.java145 private final List<HotspotNetworkEntry> mHotspotNetworkEntryCache = new ArrayList<>(); field in WifiPickerTracker
262 allEntries.addAll(mHotspotNetworkEntryCache); in getAllWifiEntries()
280 mHotspotNetworkEntryCache.clear(); in clearAllWifiEntries()
478 mHotspotNetworkEntryCache.stream() in handleHotspotNetworkConnectionStatusChanged()
539 mHotspotNetworkEntryCache.clear(); in handleServiceDisconnected()
552 activeWifiEntries.addAll(mHotspotNetworkEntryCache); in updateWifiEntries()
588 for (HotspotNetworkEntry hotspotNetworkEntry : mHotspotNetworkEntryCache) { in updateWifiEntries()
645 wifiEntries.addAll(mHotspotNetworkEntryCache.stream().filter(entry -> in updateWifiEntries()
1017 mHotspotNetworkEntryCache.removeIf( in updateHotspotNetworkEntries()
1021 mHotspotNetworkEntryCache.forEach(entry -> { in updateHotspotNetworkEntries()
[all …]