Home
last modified time | relevance | path

Searched defs:networkStatus (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/wifi/
DWifiUtils.java59 WifiConfiguration.NetworkSelectionStatus networkStatus = in buildLoggingSummary() local
DAccessPoint.java1053 WifiConfiguration.NetworkSelectionStatus networkStatus = in getSettingsSummary() local
/frameworks/base/packages/CarSystemUI/src/com/android/systemui/statusbar/car/
DConnectedDeviceSignalController.java196 int networkStatus = intent.getIntExtra(BluetoothHeadsetClient.EXTRA_NETWORK_STATUS, in processActionAgEvent() local
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DDcNetworkAgent.java163 protected synchronized void networkStatus(int status, String redirectUrl) { in networkStatus() method in DcNetworkAgent
/frameworks/base/core/java/android/net/
DNetworkAgent.java491 protected void networkStatus(int status, String redirectUrl) { in networkStatus() method in NetworkAgent
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiConfigManager.java1594 NetworkSelectionStatus networkStatus = config.getNetworkSelectionStatus(); in setNetworkSelectionStatus() local
1625 NetworkSelectionStatus networkStatus = config.getNetworkSelectionStatus(); in updateNetworkSelectionStatus() local
1719 NetworkSelectionStatus networkStatus = config.getNetworkSelectionStatus(); in tryEnableNetwork() local
DClientModeImpl.java4762 protected void networkStatus(int status, String redirectUrl) { in networkStatus() method in ClientModeImpl.WifiNetworkAgent