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