Home
last modified time | relevance | path

Searched defs:onNetworkSwitchAccepted (Results 1 – 9 of 9) sorted by relevance

/packages/modules/Wifi/framework/java/android/net/wifi/
DIWifiConnectedNetworkScorer.aidl35 void onNetworkSwitchAccepted(int sessionId, int targetNetworkId, String targetBssid); in onNetworkSwitchAccepted() method
DWifiManager.java9971 default void onNetworkSwitchAccepted( in onNetworkSwitchAccepted() method
10176 public void onNetworkSwitchAccepted( in onNetworkSwitchAccepted() method in WifiManager.WifiConnectedNetworkScorerProxy
/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiScoreReport.java502 public void onNetworkSwitchAccepted( in onNetworkSwitchAccepted() method in WifiScoreReport.WifiConnectedNetworkScorerHolder
968 public void onNetworkSwitchAccepted(int targetNetworkId, String targetBssid) { in onNetworkSwitchAccepted() method in WifiScoreReport
DClientModeDefaults.java86 default void onNetworkSwitchAccepted(int targetNetworkId, String targetBssid) { } in onNetworkSwitchAccepted() method
DClientMode.java102 void onNetworkSwitchAccepted(int targetNetworkId, String targetBssid); in onNetworkSwitchAccepted() method
DWifiShellCommand.java401 public void onNetworkSwitchAccepted( in onNetworkSwitchAccepted() method in WifiShellCommand.WifiScorer
DConcreteClientModeManager.java1429 public void onNetworkSwitchAccepted(int targetNetworkId, String targetBssid) { in onNetworkSwitchAccepted() method in ConcreteClientModeManager
DClientModeImpl.java8014 public void onNetworkSwitchAccepted(int targetNetworkId, String targetBssid) { in onNetworkSwitchAccepted() method in ClientModeImpl
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DWifiScoreReportTest.java152 public void onNetworkSwitchAccepted( in onNetworkSwitchAccepted() method in WifiScoreReportTest.WifiConnectedNetworkScorerImpl