Home
last modified time | relevance | path

Searched refs:handleConnectionFailure (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/services/core/java/com/android/server/display/
DWifiDisplayController.java720 handleConnectionFailure(false); in updateConnection()
733 handleConnectionFailure(false); in updateConnection()
783 handleConnectionFailure(false); in updateConnection()
847 handleConnectionFailure(false); in handleConnectionChanged()
919 handleConnectionFailure(true);
932 handleConnectionFailure(true);
937 private void handleConnectionFailure(boolean timeoutOccurred) { in handleConnectionFailure() method in WifiDisplayController
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DAvailableNetworkNotifier.java372 public void handleConnectionFailure() { in handleConnectionFailure() method in AvailableNetworkNotifier
449 handleConnectionFailure(); in handleConnectToNetworkAction()
496 handleConnectionFailure(); in handleConnectionAttemptFailedToSend()
DWifiNetworkSuggestionsManager.java1799 private void handleConnectionFailure(@NonNull WifiConfiguration network, in handleConnectionFailure() method in WifiNetworkSuggestionsManager
1856 handleConnectionFailure(network, bssid, failureCode); in handleConnectionAttemptEnded()
DWifiConnectivityManager.java1734 mOpenNetworkNotifier.handleConnectionFailure(); in handleConnectionAttemptEnded()
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DOpenNetworkNotifierTest.java633 mNotificationController.handleConnectionFailure(); in networkConnectionFailure_wasNotInConnectingFlow_doesNothing()
667 mNotificationController.handleConnectionFailure(); in networkConnectionFailure_wasInConnectingFlow_postsFailedToConnectNotification()
DWifiConnectivityManagerTest.java1070 verify(mOpenNetworkNotifier).handleConnectionFailure(); in wifiConnectionEndsWithFailure_openNetworkNotifierHandlesConnectionFailure()
1085 verify(mOpenNetworkNotifier, never()).handleConnectionFailure(); in wifiConnectionEndsWithSuccess_openNetworkNotifierDoesNotHandleConnectionFailure()