Home
last modified time | relevance | path

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

/aosp12/packages/modules/Connectivity/Tethering/tests/unit/src/com/android/networkstack/tethering/
H A DTetheringTest.java1140 inOrder.verify(mUpstreamNetworkMonitor).setCurrentUpstream(wifi.networkId); in upstreamSelectionTestCommon()
1163 inOrder.verify(mUpstreamNetworkMonitor).setCurrentUpstream(wifi.networkId); in testAutomaticUpstreamSelection()
1172 inOrder.verify(mUpstreamNetworkMonitor).setCurrentUpstream(wifi.networkId); in testAutomaticUpstreamSelection()
1181 inOrder.verify(mUpstreamNetworkMonitor, never()).setCurrentUpstream(any()); in testAutomaticUpstreamSelection()
1191 inOrder.verify(mUpstreamNetworkMonitor).setCurrentUpstream(null); in testAutomaticUpstreamSelection()
1209 inOrder.verify(mUpstreamNetworkMonitor).setCurrentUpstream(null); in testAutomaticUpstreamSelection()
1270 inOrder.verify(mUpstreamNetworkMonitor).setCurrentUpstream(null); in testChooseDunUpstreamByAutomaticMode()
1274 inOrder.verify(mUpstreamNetworkMonitor).setCurrentUpstream(dun.networkId); in testChooseDunUpstreamByAutomaticMode()
1280 inOrder.verify(mUpstreamNetworkMonitor).setCurrentUpstream(null); in testChooseDunUpstreamByAutomaticMode()
1284 inOrder.verify(mUpstreamNetworkMonitor).setCurrentUpstream(dun.networkId); in testChooseDunUpstreamByAutomaticMode()
[all …]
/aosp12/packages/modules/Connectivity/Tethering/src/com/android/networkstack/tethering/
H A DUpstreamNetworkMonitor.java346 public void setCurrentUpstream(Network upstream) { in setCurrentUpstream() method in UpstreamNetworkMonitor
H A DTethering.java1680 mUpstreamNetworkMonitor.setCurrentUpstream(mTetherUpstream); in chooseUpstreamType()