Home
last modified time | relevance | path

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

/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
H A DOpenNetworkNotifierTest.java566 mNotificationController.handleWifiConnected(TEST_SSID_1); in networkConnectionSuccess_wasNotInConnectingFlow_doesNothing()
589 mNotificationController.handleWifiConnected(TEST_SSID_1); in networkConnectionSuccess_wasShowingNotification_clearsNotification()
621 mNotificationController.handleWifiConnected(TEST_SSID_1); in networkConnectionSuccess_wasInConnectingFlow_postsConnectedNotification()
795 mNotificationController.handleWifiConnected(null); in removeNetworkFromBlacklist_handlesNull()
804 mNotificationController.handleWifiConnected(TEST_SSID_1); in removeNetworkFromBlacklist_returnsEarlyIfNothingIsRemoved()
817 mNotificationController.handleWifiConnected(mTestNetwork.SSID); in connectToNetwork_shouldRemoveSsidFromBlacklist()
H A DWifiConnectivityManagerTest.java1833 verify(mOpenNetworkNotifier).handleWifiConnected(CANDIDATE_SSID); in wifiConnected_openNetworkNotifierHandlesConnection()
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/
H A DAvailableNetworkNotifier.java353 public void handleWifiConnected(String ssid) { in handleWifiConnected() method in AvailableNetworkNotifier
H A DWifiConnectivityManager.java2295 mOpenNetworkNotifier.handleWifiConnected(ssidUnquoted); in handleConnectionAttemptEnded()