Searched refs:handleWifiConnected (Results 1 – 4 of 4) sorted by relevance
566 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()
1833 verify(mOpenNetworkNotifier).handleWifiConnected(CANDIDATE_SSID); in wifiConnected_openNetworkNotifierHandlesConnection()
353 public void handleWifiConnected(String ssid) { in handleWifiConnected() method in AvailableNetworkNotifier
2295 mOpenNetworkNotifier.handleWifiConnected(ssidUnquoted); in handleConnectionAttemptEnded()