Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/java/com/android/server/wifi/
DAvailableNetworkNotifier.java139 ScanResult mRecommendedNetwork; field in AvailableNetworkNotifier
268 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 …]
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DAvailableNetworkNotifierTest.java124 mAvailableNetworkNotifier.mRecommendedNetwork = result; in testConnectToUnknownAkmNetwork()