Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/libs/WifiTrackerLib/src/com/android/wifitrackerlib/
DNetworkDetailsTracker.java156 chosenEntry.updateLinkProperties(network, linkProperties); in handleLinkPropertiesChanged()
DSavedNetworkTracker.java311 entry.updateLinkProperties(network, linkProperties); in handleLinkPropertiesChanged()
DWifiPickerTracker.java392 entry.updateLinkProperties(network, linkProperties); in handleLinkPropertiesChanged()
723 mMergedCarrierEntry.updateLinkProperties(currentNetwork, linkProperties); in updateMergedCarrierEntry()
DWifiEntry.java1120 synchronized void updateLinkProperties( in updateLinkProperties() method in WifiEntry
/frameworks/opt/net/wifi/libs/WifiTrackerLib/tests/src/com/android/wifitrackerlib/
DStandardWifiEntryTest.java728 entry.updateLinkProperties(mMockNetwork, new LinkProperties()); in testUpdateLinkProperties_updatesConnectedInfo()