Searched refs:failedNetwork (Results 1 – 1 of 1) sorted by relevance
871 private void handleNetworkConnectionFailure(@NonNull WifiConfiguration failedNetwork) { in handleNetworkConnectionFailure() argument872 if (mUserSelectedNetwork == null || failedNetwork == null || !mPendingConnectionSuccess) { in handleNetworkConnectionFailure()875 if (!isUserSelectedNetwork(failedNetwork)) { in handleNetworkConnectionFailure()876 Log.w(TAG, "Connection failed to unknown network " + failedNetwork + ". Ignoring..."); in handleNetworkConnectionFailure()