Home
last modified time | relevance | path

Searched defs:mCurrentNetworkInfo (Results 1 – 4 of 4) sorted by relevance

/aosp12/frameworks/opt/net/wifi/libs/WifiTrackerLib/src/com/android/wifitrackerlib/
H A DNetworkDetailsTracker.java117 protected NetworkInfo mCurrentNetworkInfo; field in NetworkDetailsTracker
147 getWifiEntry().updateConnectionInfo(mWifiManager.getConnectionInfo(), mCurrentNetworkInfo); in handleNetworkStateChangedAction() local
153 getWifiEntry().updateConnectionInfo(mWifiManager.getConnectionInfo(), mCurrentNetworkInfo); in handleRssiChangedAction() local
H A DWifiPickerTracker.java100 private NetworkInfo mCurrentNetworkInfo; field in WifiPickerTracker
294 updateConnectionInfo(mWifiManager.getConnectionInfo(), mCurrentNetworkInfo); in handleNetworkStateChangedAction() local
455 mWifiManager.getConnectionInfo(), mCurrentNetworkInfo); in updateMergedCarrierEntry() local
H A DStandardNetworkDetailsTracker.java55 private NetworkInfo mCurrentNetworkInfo; field in StandardNetworkDetailsTracker
H A DPasspointNetworkDetailsTracker.java59 private NetworkInfo mCurrentNetworkInfo; field in PasspointNetworkDetailsTracker