Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DCarrierNetworkNotifierTest.java560 mNotificationController.handleWifiConnected(TEST_SSID_1); in networkConnectionSuccess_wasNotInConnectingFlow_doesNothing()
583 mNotificationController.handleWifiConnected(TEST_SSID_1); in networkConnectionSuccess_wasShowingNotification_clearsNotification()
615 mNotificationController.handleWifiConnected(TEST_SSID_1); in networkConnectionSuccess_wasInConnectingFlow_postsConnectedNotification()
790 mNotificationController.handleWifiConnected(null); in removeNetworkFromBlacklist_handlesNull()
799 mNotificationController.handleWifiConnected(TEST_SSID_1); in removeNetworkFromBlacklist_returnsEarlyIfNothingIsRemoved()
812 mNotificationController.handleWifiConnected(mDummyNetwork.SSID); in connectToNetwork_shouldRemoveSsidFromBlacklist()
DOpenNetworkNotifierTest.java556 mNotificationController.handleWifiConnected(TEST_SSID_1); in networkConnectionSuccess_wasNotInConnectingFlow_doesNothing()
579 mNotificationController.handleWifiConnected(TEST_SSID_1); in networkConnectionSuccess_wasShowingNotification_clearsNotification()
611 mNotificationController.handleWifiConnected(TEST_SSID_1); in networkConnectionSuccess_wasInConnectingFlow_postsConnectedNotification()
785 mNotificationController.handleWifiConnected(null); in removeNetworkFromBlacklist_handlesNull()
794 mNotificationController.handleWifiConnected(TEST_SSID_1); in removeNetworkFromBlacklist_returnsEarlyIfNothingIsRemoved()
807 mNotificationController.handleWifiConnected(mDummyNetwork.SSID); in connectToNetwork_shouldRemoveSsidFromBlacklist()
DWifiConnectivityManagerTest.java685 verify(mOpenNetworkNotifier).handleWifiConnected(CANDIDATE_SSID); in wifiConnected_openNetworkNotifierHandlesConnection()
828 verify(mCarrierNetworkNotifier).handleWifiConnected(CANDIDATE_SSID); in wifiConnected_carrierNetworkNotifierHandlesConnection()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiConnectivityManager.java1199 mOpenNetworkNotifier.handleWifiConnected(ssid); in handleConnectionAttemptEnded()
1200 mCarrierNetworkNotifier.handleWifiConnected(ssid); in handleConnectionAttemptEnded()
DAvailableNetworkNotifier.java347 public void handleWifiConnected(String ssid) { in handleWifiConnected() method in AvailableNetworkNotifier