Searched refs:failedNetwork (Results 1 – 1 of 1) sorted by relevance
1282 private void handleNetworkConnectionFailure(@NonNull WifiConfiguration failedNetwork, in handleNetworkConnectionFailure() argument1284 if (mUserSelectedNetwork == null || failedNetwork == null) { in handleNetworkConnectionFailure()1287 if (!isUserSelectedNetwork(failedNetwork, failedBssid)) { in handleNetworkConnectionFailure()1288 Log.w(TAG, "Connection failed to unknown network " + failedNetwork + ":" + failedBssid in handleNetworkConnectionFailure()