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