Searched refs:networkStatus (Results 1 – 7 of 7) sorted by relevance
198 int networkStatus = intent.getIntExtra(BluetoothHeadsetClient.EXTRA_NETWORK_STATUS, in processActionAgEvent() local200 if (networkStatus != INVALID_SIGNAL) { in processActionAgEvent()202 Log.d(TAG, "EXTRA_NETWORK_STATUS: " + " " + networkStatus); in processActionAgEvent()205 if (networkStatus == NETWORK_UNAVAILABLE) { in processActionAgEvent()
67 NetworkSelectionStatus networkStatus = config.getNetworkSelectionStatus(); in buildLoggingSummary() local69 if (networkStatus.getDisableReasonCounter(reason) != 0) { in buildLoggingSummary()74 .append(networkStatus.getDisableReasonCounter(reason)); in buildLoggingSummary()
1175 WifiConfiguration.NetworkSelectionStatus networkStatus = in getSettingsSummary() local1177 switch (networkStatus.getNetworkSelectionDisableReason()) { in getSettingsSummary()
1695 NetworkSelectionStatus networkStatus = config.getNetworkSelectionStatus(); in setNetworkSelectionStatus() local1710 + " networkStatus=" + networkStatus.getNetworkStatusString() + " disableReason=" in setNetworkSelectionStatus()1711 + networkStatus.getNetworkSelectionDisableReasonString()); in setNetworkSelectionStatus()1725 NetworkSelectionStatus networkStatus = config.getNetworkSelectionStatus(); in updateNetworkSelectionStatus() local1743 networkStatus.incrementDisableReasonCounter(reason); in updateNetworkSelectionStatus()1746 int disableReasonCounter = networkStatus.getDisableReasonCounter(reason); in updateNetworkSelectionStatus()1753 + " is " + networkStatus.getDisableReasonCounter(reason) in updateNetworkSelectionStatus()1797 NetworkSelectionStatus networkStatus = config.getNetworkSelectionStatus(); in tryEnableNetwork() local1798 if (networkStatus.isNetworkTemporaryDisabled()) { in tryEnableNetwork()1800 mClock.getElapsedSinceBootMillis() - networkStatus.getDisableTime(); in tryEnableNetwork()[all …]
848 networkStatus(status, null == redirectUri ? "" : redirectUri.toString()); in onValidationStatus()851 protected void networkStatus(int status, String redirectUrl) { in networkStatus() method in NetworkAgent
410 WifiConfiguration.NetworkSelectionStatus networkStatus = in getDisconnectedStateDescription() local412 switch (networkStatus.getNetworkSelectionDisableReason()) { in getDisconnectedStateDescription()
644 public void networkStatus(int status, String redirectUrl) { in makeNetworkAgent()