Home
last modified time | relevance | path

Searched refs:setTryCell (Results 1 – 4 of 4) sorted by relevance

/aosp12/packages/modules/Connectivity/Tethering/tests/unit/src/com/android/networkstack/tethering/
H A DUpstreamNetworkMonitorTest.java209 mUNM.setTryCell(true); in testRequestsMobileNetwork()
231 mUNM.setTryCell(true); in testDuplicateMobileRequestsIgnored()
241 mUNM.setTryCell(true); in testDuplicateMobileRequestsIgnored()
243 mUNM.setTryCell(true); in testDuplicateMobileRequestsIgnored()
268 mUNM.setTryCell(true); in testRequestsDunNetwork()
284 mUNM.setTryCell(true); in testUpdateMobileRequiresDun()
384 mUNM.setTryCell(true); in testGetCurrentPreferredUpstream()
H A DTetheringTest.java1113 inOrder.verify(mUpstreamNetworkMonitor).setTryCell(false); in verifyDisableTryCellWhenTetheringStop()
1127 inOrder.verify(mUpstreamNetworkMonitor).setTryCell(true); in upstreamSelectionTestCommon()
1139 inOrder.verify(mUpstreamNetworkMonitor).setTryCell(false); in upstreamSelectionTestCommon()
1162 inOrder.verify(mUpstreamNetworkMonitor).setTryCell(false); in testAutomaticUpstreamSelection()
1171 inOrder.verify(mUpstreamNetworkMonitor).setTryCell(false); in testAutomaticUpstreamSelection()
1190 inOrder.verify(mUpstreamNetworkMonitor).setTryCell(true); in testAutomaticUpstreamSelection()
1208 inOrder.verify(mUpstreamNetworkMonitor).setTryCell(true); in testAutomaticUpstreamSelection()
1248 inOrder.verify(mUpstreamNetworkMonitor).setTryCell(false); in testLegacyUpstreamSelection()
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 DUpstreamNetworkMonitor.java194 setTryCell(false); in stop()
230 public void setTryCell(boolean tryCell) { in setTryCell() method in UpstreamNetworkMonitor
H A DTethering.java1667 mUpstreamNetworkMonitor.setTryCell(true); in chooseUpstreamType()
1673 mUpstreamNetworkMonitor.setTryCell(false); in chooseUpstreamType()
1963 mUpstreamNetworkMonitor.setTryCell(false); in processMessage()