Searched refs:setCurrentUpstream (Results 1 – 3 of 3) sorted by relevance
1140 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 …]
346 public void setCurrentUpstream(Network upstream) { in setCurrentUpstream() method in UpstreamNetworkMonitor
1680 mUpstreamNetworkMonitor.setCurrentUpstream(mTetherUpstream); in chooseUpstreamType()