Home
last modified time | relevance | path

Searched refs:mUpstreamNetworkMonitor (Results 1 – 2 of 2) sorted by relevance

/aosp12/packages/modules/Connectivity/Tethering/tests/unit/src/com/android/networkstack/tethering/
H A DTetheringTest.java287 private UpstreamNetworkMonitor mUpstreamNetworkMonitor; field in TetheringTest
421 return mUpstreamNetworkMonitor; in getUpstreamNetworkMonitor()
1127 inOrder.verify(mUpstreamNetworkMonitor).setTryCell(true); in upstreamSelectionTestCommon()
1147 InOrder inOrder = inOrder(mCm, mUpstreamNetworkMonitor); in testAutomaticUpstreamSelection()
1190 inOrder.verify(mUpstreamNetworkMonitor).setTryCell(true); in testAutomaticUpstreamSelection()
1208 inOrder.verify(mUpstreamNetworkMonitor).setTryCell(true); in testAutomaticUpstreamSelection()
1232 InOrder inOrder = inOrder(mCm, mUpstreamNetworkMonitor); in testLegacyUpstreamSelection()
1260 InOrder inOrder = inOrder(mCm, mUpstreamNetworkMonitor); in testChooseDunUpstreamByAutomaticMode()
1267 inOrder.verify(mUpstreamNetworkMonitor).setTryCell(true); in testChooseDunUpstreamByAutomaticMode()
1279 inOrder.verify(mUpstreamNetworkMonitor).setTryCell(true); in testChooseDunUpstreamByAutomaticMode()
[all …]
/aosp12/packages/modules/Connectivity/Tethering/src/com/android/networkstack/tethering/
H A DTethering.java233 private final UpstreamNetworkMonitor mUpstreamNetworkMonitor; field in Tethering
478 mUpstreamNetworkMonitor.setUpstreamConfig(mConfig.chooseUpstreamAutomatically, in updateConfiguration()
1661 ? mUpstreamNetworkMonitor.getCurrentPreferredUpstream() in chooseUpstreamType()
1662 : mUpstreamNetworkMonitor.selectPreferredUpstreamType( in chooseUpstreamType()
1667 mUpstreamNetworkMonitor.setTryCell(true); in chooseUpstreamType()
1673 mUpstreamNetworkMonitor.setTryCell(false); in chooseUpstreamType()
1680 mUpstreamNetworkMonitor.setCurrentUpstream(mTetherUpstream); in chooseUpstreamType()
1881 mUpstreamNetworkMonitor.startObserveAllNetworks(); in enter()
1898 mUpstreamNetworkMonitor.stop(); in exit()
1963 mUpstreamNetworkMonitor.setTryCell(false); in processMessage()
[all …]