Searched refs:BROADCAST_FIRST (Results 1 – 2 of 2) sorted by relevance
/packages/modules/Connectivity/Tethering/tests/unit/src/com/android/networkstack/tethering/ |
D | TestConnectivityManager.java | 68 public static final boolean BROADCAST_FIRST = false; field in TestConnectivityManager 190 makeDefaultNetwork(agent, BROADCAST_FIRST, null /* inBetween */); in makeDefaultNetwork() 354 fakeConnect(BROADCAST_FIRST, null); in fakeConnect() 358 if (order == BROADCAST_FIRST) { in fakeConnect() 379 fakeDisconnect(BROADCAST_FIRST, null); in fakeDisconnect() 383 if (order == BROADCAST_FIRST) { in fakeDisconnect()
|
D | TetheringTest.java | 69 import static com.android.networkstack.tethering.TestConnectivityManager.BROADCAST_FIRST; 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() 1186 mCm.makeDefaultNetwork(null, BROADCAST_FIRST, doDispatchAll); in testAutomaticUpstreamSelection() 1195 mCm.makeDefaultNetwork(mobile, BROADCAST_FIRST, doDispatchAll); in testAutomaticUpstreamSelection() 1350 mCm.makeDefaultNetwork(mobile, BROADCAST_FIRST); in chooseDunUpstreamTestCommon() 1356 dun.fakeConnect(BROADCAST_FIRST, doDispatchAll); in chooseDunUpstreamTestCommon() 1367 dun.fakeDisconnect(BROADCAST_FIRST, doDispatchAll); in chooseDunUpstreamTestCommon()
|