Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DOpenNetworkNotifierTest.java624 mNotificationController.handleWifiConnected(TEST_SSID_1); in networkConnectionSuccess_wasNotInConnectingFlow_doesNothing()
647 mNotificationController.handleWifiConnected(TEST_SSID_1); in networkConnectionSuccess_wasShowingNotification_clearsNotification()
679 mNotificationController.handleWifiConnected(TEST_SSID_1); in networkConnectionSuccess_wasInConnectingFlow_postsConnectedNotification()
857 mNotificationController.handleWifiConnected(null); in removeNetworkFromBlacklist_handlesNull()
866 mNotificationController.handleWifiConnected(TEST_SSID_1); in removeNetworkFromBlacklist_returnsEarlyIfNothingIsRemoved()
879 mNotificationController.handleWifiConnected(mTestNetwork.SSID); in connectToNetwork_shouldRemoveSsidFromBlacklist()
DWifiConnectivityManagerTest.java2775 verify(mOpenNetworkNotifier).handleWifiConnected(CANDIDATE_SSID); in wifiConnected_openNetworkNotifierHandlesConnection()
/packages/modules/Wifi/service/java/com/android/server/wifi/
DAvailableNetworkNotifier.java369 public void handleWifiConnected(String ssid) { in handleWifiConnected() method in AvailableNetworkNotifier
DWifiConnectivityManager.java3154 mOpenNetworkNotifier.handleWifiConnected(ssidUnquoted); in handleConnectionAttemptEnded()