Home
last modified time | relevance | path

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

/aosp12/frameworks/opt/net/wifi/libs/WifiTrackerLib/src/com/android/wifitrackerlib/
H A DWifiPickerTracker.java406 .map(entry -> entry.getStandardWifiEntryKey().getScanResultKey()) in updateWifiEntries()
413 .contains(entry.getStandardWifiEntryKey().getScanResultKey())) { in updateWifiEntries()
493 final ScanResultKey scanKey = entry.getStandardWifiEntryKey().getScanResultKey(); in updateStandardWifiEntryScans()
541 final StandardWifiEntryKey entryKey = entry.getStandardWifiEntryKey(); in updateSuggestedWifiEntryScans()
663 mNetworkRequestEntry.getStandardWifiEntryKey().getScanResultKey(); in updateNetworkRequestEntryScans()
752 entry.updateConfig(mStandardWifiConfigCache.get(entry.getStandardWifiEntryKey()))); in updateWifiConfigurations()
756 entry.updateConfig(mSuggestedConfigCache.get(entry.getStandardWifiEntryKey())); in updateWifiConfigurations()
763 mNetworkRequestConfigCache.get(mNetworkRequestEntry.getStandardWifiEntryKey())); in updateWifiConfigurations()
846 || !mNetworkRequestEntry.getStandardWifiEntryKey().equals(entryKey)) { in updateNetworkRequestEntryConnectionInfo()
881 if (entryKey.equals(existingEntry.getStandardWifiEntryKey())) { in conditionallyCreateConnectedStandardWifiEntry()
[all …]
H A DSavedNetworkTracker.java231 scanResultsByKey.get(entry.getStandardWifiEntryKey().getScanResultKey())); in updateStandardWifiEntryScans()
301 entry.updateConfig(wifiConfigsByKey.remove(entry.getStandardWifiEntryKey())); in updateStandardWifiEntryConfigs()
H A DStandardWifiEntry.java171 StandardWifiEntryKey getStandardWifiEntryKey() { in getStandardWifiEntryKey() method in StandardWifiEntry