Searched refs:networkStatus (Results 1 – 8 of 8) sorted by relevance
196 int networkStatus = intent.getIntExtra(BluetoothHeadsetClient.EXTRA_NETWORK_STATUS, in processActionAgEvent() local198 if (networkStatus != INVALID_SIGNAL) { in processActionAgEvent()200 Log.d(TAG, "EXTRA_NETWORK_STATUS: " + " " + networkStatus); in processActionAgEvent()203 if (networkStatus == NETWORK_UNAVAILABLE) { in processActionAgEvent()
59 WifiConfiguration.NetworkSelectionStatus networkStatus = in buildLoggingSummary() local64 if (networkStatus.getDisableReasonCounter(index) != 0) { in buildLoggingSummary()67 + networkStatus.getDisableReasonCounter(index)); in buildLoggingSummary()
1161 WifiConfiguration.NetworkSelectionStatus networkStatus = in getSettingsSummary() local1163 switch (networkStatus.getNetworkSelectionDisableReason()) { in getSettingsSummary()
1633 NetworkSelectionStatus networkStatus = config.getNetworkSelectionStatus(); in setNetworkSelectionStatus() local1648 + " networkStatus=" + networkStatus.getNetworkStatusString() + " disableReason=" in setNetworkSelectionStatus()1649 + networkStatus.getNetworkDisableReasonString() + " at=" in setNetworkSelectionStatus()1664 NetworkSelectionStatus networkStatus = config.getNetworkSelectionStatus(); in updateNetworkSelectionStatus() local1682 networkStatus.incrementDisableReasonCounter(reason); in updateNetworkSelectionStatus()1685 int disableReasonCounter = networkStatus.getDisableReasonCounter(reason); in updateNetworkSelectionStatus()1692 + networkStatus.getDisableReasonCounter(reason) + " and threshold is " in updateNetworkSelectionStatus()1758 NetworkSelectionStatus networkStatus = config.getNetworkSelectionStatus(); in tryEnableNetwork() local1759 if (networkStatus.isNetworkTemporaryDisabled()) { in tryEnableNetwork()1761 mClock.getElapsedSinceBootMillis() - networkStatus.getDisableTime(); in tryEnableNetwork()[all …]
849 networkStatus(status, null == redirectUri ? "" : redirectUri.toString()); in onValidationStatus()852 protected void networkStatus(int status, String redirectUrl) { in networkStatus() method in NetworkAgent
644 public void networkStatus(int status, String redirectUrl) { in makeNetworkAgent()
23155 HSPLcom/android/internal/telephony/dataconnection/DataConnection$DcNetworkAgent;->networkStatus(ILj…
44252 Landroid/net/NetworkAgent;->networkStatus(ILjava/lang/String;)V