Searched refs:mUpstreamNetworkMonitor (Results 1 – 2 of 2) sorted by relevance
287 private UpstreamNetworkMonitor mUpstreamNetworkMonitor; field in TetheringTest421 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 …]
233 private final UpstreamNetworkMonitor mUpstreamNetworkMonitor; field in Tethering478 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 …]