Searched refs:handleWifiConnected (Results 1 – 5 of 5) sorted by relevance
560 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()
556 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()
685 verify(mOpenNetworkNotifier).handleWifiConnected(CANDIDATE_SSID); in wifiConnected_openNetworkNotifierHandlesConnection()828 verify(mCarrierNetworkNotifier).handleWifiConnected(CANDIDATE_SSID); in wifiConnected_carrierNetworkNotifierHandlesConnection()
1199 mOpenNetworkNotifier.handleWifiConnected(ssid); in handleConnectionAttemptEnded()1200 mCarrierNetworkNotifier.handleWifiConnected(ssid); in handleConnectionAttemptEnded()
347 public void handleWifiConnected(String ssid) { in handleWifiConnected() method in AvailableNetworkNotifier