Home
last modified time | relevance | path

Searched refs:fakeDisconnect (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Connectivity/Tethering/tests/unit/src/com/android/networkstack/tethering/
DUpstreamNetworkMonitorTest.java318 wifiAgent.fakeDisconnect(); in testSelectPreferredUpstreamType()
366 wifiAgent.fakeDisconnect(); in testSelectPreferredUpstreamType()
536 wifiAgent.fakeDisconnect(); in testLocalPrefixes()
544 cellAgent.fakeDisconnect(); in testLocalPrefixes()
552 dunAgent.fakeDisconnect(); in testLocalPrefixes()
DTestConnectivityManager.java378 public void fakeDisconnect() { in fakeDisconnect() method in TestConnectivityManager.TestNetworkAgent
379 fakeDisconnect(BROADCAST_FIRST, null); in fakeDisconnect()
382 public void fakeDisconnect(boolean order, @Nullable Runnable inBetween) { in fakeDisconnect() method in TestConnectivityManager.TestNetworkAgent
DTetheringTest.java1179 wifi.fakeDisconnect(); in testAutomaticUpstreamSelection()
1188 mobile.fakeDisconnect(); in testAutomaticUpstreamSelection()
1206 mobile.fakeDisconnect(); in testAutomaticUpstreamSelection()
1221 mobile.fakeDisconnect(); in testAutomaticUpstreamSelection()
1238 wifi.fakeDisconnect(); in testLegacyUpstreamSelection()
1277 dun.fakeDisconnect(CALLBACKS_FIRST, doDispatchAll); in testChooseDunUpstreamByAutomaticMode()
1306 wifi.fakeDisconnect(); in testChooseDunUpstreamByLegacyMode()
1367 dun.fakeDisconnect(BROADCAST_FIRST, doDispatchAll); in chooseDunUpstreamTestCommon()