Searched defs:connectNetwork (Results  1 – 6 of 6) sorted by relevance
| /packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/ | 
| D | WifiNetworkSuggestionsManagerTest.java | 1440         WifiConfiguration connectNetwork =  in testOnNetworkConnectionSuccessWithOneMatch()  local1480         WifiConfiguration connectNetwork =  in testOnNetworkConnectionSuccessWithOneMatchFromCarrierPrivilegedApp()  local
 1545         WifiConfiguration connectNetwork = new WifiConfiguration(config);  in testOnSavedOpenNetworkConnectionSuccessWithMultipleMatch()  local
 1582         WifiConfiguration connectNetwork =  in testOnNetworkConnectionFailureWithOneMatchButCallbackOnBinderDied()  local
 1627         WifiConfiguration connectNetwork =  in testOnNetworkConnectionFailureWithOneMatch()  local
 1685         WifiConfiguration connectNetwork =  in testOnNetworkConnectionSuccessWithMultipleMatch()  local
 1748         WifiConfiguration connectNetwork = new WifiConfiguration(config);  in testOnNetworkConnectionSuccessWithBssidMultipleMatch()  local
 1810         WifiConfiguration connectNetwork =  in testOnNetworkConnectionSuccessWithBssidAndWithoutBssidMultipleMatch()  local
 1864         WifiConfiguration connectNetwork =  in testOnNetworkConnectionWhenAppNotApproved()  local
 1906         WifiConfiguration connectNetwork =  in testOnNetworkConnectionWhenIsAppInteractionRequiredNotSet()  local
 [all …]
 
 | 
| /packages/modules/Wifi/service/java/com/android/server/wifi/ | 
| D | ClientModeDefaults.java | 49     default void connectNetwork(NetworkUpdateResult result, ActionListenerWrapper wrapper,  in connectNetwork()  method
 | 
| D | ClientMode.java | 68     void connectNetwork(NetworkUpdateResult result, ActionListenerWrapper wrapper, int callingUid,  in connectNetwork()  method
 | 
| D | ConcreteClientModeManager.java | 1371     public void connectNetwork(NetworkUpdateResult result, ActionListenerWrapper wrapper,  in connectNetwork()  method in ConcreteClientModeManager
 | 
| D | ClientModeImpl.java | 7592     public void connectNetwork(NetworkUpdateResult result, ActionListenerWrapper wrapper,  in connectNetwork()  method in ClientModeImpl
 | 
| /packages/modules/Connectivity/tests/cts/net/src/android/net/cts/ | 
| D | NetworkAgentTest.kt | 339     private fun connectNetwork(vararg transports: Int): Pair<TestableNetworkAgent, Network> {  in connectNetwork()  method
 |