Home
last modified time | relevance | path

Searched refs: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
146 mCurrentNetworkInfo = intent.getParcelableExtra(WifiManager.EXTRA_NETWORK_INFO); in handleNetworkStateChangedAction()
147 getWifiEntry().updateConnectionInfo(mWifiManager.getConnectionInfo(), mCurrentNetworkInfo); in handleNetworkStateChangedAction() local
153 getWifiEntry().updateConnectionInfo(mWifiManager.getConnectionInfo(), mCurrentNetworkInfo); in handleRssiChangedAction() local
H A DStandardNetworkDetailsTracker.java55 private NetworkInfo mCurrentNetworkInfo; field in StandardNetworkDetailsTracker
151 mCurrentNetworkInfo = mConnectivityManager.getNetworkInfo(currentNetwork); in updateStartInfo()
152 mChosenEntry.updateConnectionInfo(wifiInfo, mCurrentNetworkInfo); in updateStartInfo()
H A DWifiPickerTracker.java100 private NetworkInfo mCurrentNetworkInfo; field in WifiPickerTracker
232 mCurrentNetworkInfo = mConnectivityManager.getNetworkInfo(currentNetwork); in handleOnStart()
233 updateConnectionInfo(wifiInfo, mCurrentNetworkInfo); in handleOnStart()
293 mCurrentNetworkInfo = intent.getParcelableExtra(WifiManager.EXTRA_NETWORK_INFO); in handleNetworkStateChangedAction()
294 updateConnectionInfo(mWifiManager.getConnectionInfo(), mCurrentNetworkInfo); in handleNetworkStateChangedAction() local
303 mConnectedWifiEntry.updateConnectionInfo(wifiInfo, mCurrentNetworkInfo); in handleRssiChangedAction()
306 mMergedCarrierEntry.updateConnectionInfo(wifiInfo, mCurrentNetworkInfo); in handleRssiChangedAction()
455 mWifiManager.getConnectionInfo(), mCurrentNetworkInfo); in updateMergedCarrierEntry() local
H A DPasspointNetworkDetailsTracker.java59 private NetworkInfo mCurrentNetworkInfo; field in PasspointNetworkDetailsTracker
168 mCurrentNetworkInfo = mConnectivityManager.getNetworkInfo(currentNetwork); in updateStartInfo()
169 mChosenEntry.updateConnectionInfo(wifiInfo, mCurrentNetworkInfo); in updateStartInfo()