Home
last modified time | relevance | path

Searched refs:mRecommendedNetwork (Results 1 – 1 of 1) sorted by relevance

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DAvailableNetworkNotifier.java132 private ScanResult mRecommendedNetwork; field in AvailableNetworkNotifier
255 if (mRecommendedNetwork != null) { in clearPendingNotification()
259 + "\"" + mRecommendedNetwork.SSID + "\""); in clearPendingNotification()
262 mRecommendedNetwork = null; in clearPendingNotification()
355 mRecommendedNetwork)); in handleWifiConnected()
358 + "\"" + mRecommendedNetwork.SSID + "\""); in handleWifiConnected()
381 + "\"" + mRecommendedNetwork.SSID + "\""); in handleConnectionFailure()
399 if (mRecommendedNetwork != null in postInitialNotification()
400 && TextUtils.equals(mRecommendedNetwork.SSID, recommendedNetwork.SSID)) { in postInitialNotification()
414 mRecommendedNetwork = recommendedNetwork; in postInitialNotification()
[all …]