Searched refs:mRecommendedNetwork (Results 1 – 2 of 2) sorted by relevance
139 ScanResult mRecommendedNetwork; field in AvailableNetworkNotifier268 if (mRecommendedNetwork != null) { in clearPendingNotification()272 + "\"" + mRecommendedNetwork.SSID + "\""); in clearPendingNotification()275 mRecommendedNetwork = null; in clearPendingNotification()377 mRecommendedNetwork)); in handleWifiConnected()380 + "\"" + mRecommendedNetwork.SSID + "\""); in handleWifiConnected()403 + "\"" + mRecommendedNetwork.SSID + "\""); in handleConnectionFailure()417 if (mRecommendedNetwork != null in postInitialNotification()418 && TextUtils.equals(mRecommendedNetwork.SSID, recommendedNetwork.SSID)) { in postInitialNotification()432 mRecommendedNetwork = recommendedNetwork; in postInitialNotification()[all …]
124 mAvailableNetworkNotifier.mRecommendedNetwork = result; in testConnectToUnknownAkmNetwork()