Searched refs:makeDefaultNetwork (Results 1 – 4 of 4) sorted by relevance
/packages/modules/Connectivity/Tethering/tests/unit/src/com/android/networkstack/tethering/ |
D | TestConnectivityManager.java | 168 void makeDefaultNetwork(TestNetworkAgent agent, boolean order, @Nullable Runnable inBetween) { in makeDefaultNetwork() method in TestConnectivityManager 185 void makeDefaultNetwork(TestNetworkAgent agent, boolean order) { in makeDefaultNetwork() method in TestConnectivityManager 186 makeDefaultNetwork(agent, order, null /* inBetween */); in makeDefaultNetwork() 189 void makeDefaultNetwork(TestNetworkAgent agent) { in makeDefaultNetwork() method in TestConnectivityManager 190 makeDefaultNetwork(agent, BROADCAST_FIRST, null /* inBetween */); in makeDefaultNetwork()
|
D | TetheringTest.java | 1131 mCm.makeDefaultNetwork(mobile, BROADCAST_FIRST); in upstreamSelectionTestCommon() 1137 mCm.makeDefaultNetwork(wifi, BROADCAST_FIRST); in upstreamSelectionTestCommon() 1156 mCm.makeDefaultNetwork(mobile, BROADCAST_FIRST, doDispatchAll); in testAutomaticUpstreamSelection() 1160 mCm.makeDefaultNetwork(wifi, BROADCAST_FIRST, doDispatchAll); in testAutomaticUpstreamSelection() 1165 mCm.makeDefaultNetwork(mobile, CALLBACKS_FIRST); in testAutomaticUpstreamSelection() 1169 mCm.makeDefaultNetwork(wifi, CALLBACKS_FIRST); in testAutomaticUpstreamSelection() 1174 mCm.makeDefaultNetwork(mobile, CALLBACKS_FIRST, doDispatchAll); in testAutomaticUpstreamSelection() 1186 mCm.makeDefaultNetwork(null, BROADCAST_FIRST, doDispatchAll); in testAutomaticUpstreamSelection() 1195 mCm.makeDefaultNetwork(mobile, BROADCAST_FIRST, doDispatchAll); in testAutomaticUpstreamSelection() 1205 mCm.makeDefaultNetwork(null, CALLBACKS_FIRST, doDispatchAll); in testAutomaticUpstreamSelection() [all …]
|
D | UpstreamNetworkMonitorTest.java | 389 mCM.makeDefaultNetwork(cellAgent); in testGetCurrentPreferredUpstream() 408 mCM.makeDefaultNetwork(wifiAgent); in testGetCurrentPreferredUpstream() 420 mCM.makeDefaultNetwork(cellAgent); in testGetCurrentPreferredUpstream() 569 mCM.makeDefaultNetwork(wifiAgent); in testSelectMobileWhenMobileIsNotDefault()
|
/packages/modules/Connectivity/service/src/com/android/server/ |
D | ConnectivityService.java | 7833 makeDefaultNetwork(newDefaultNetwork); in makeDefault() 7879 private void makeDefaultNetwork(@Nullable final NetworkAgentInfo newDefaultNetwork) { in makeDefaultNetwork() method in ConnectivityService
|