Home
last modified time | relevance | path

Searched defs:mobile (Results 1 – 1 of 1) sorted by relevance

/packages/modules/Connectivity/Tethering/tests/unit/src/com/android/networkstack/tethering/
DTetheringTest.java1143 TestNetworkAgent mobile, TestNetworkAgent wifi) throws Exception { in upstreamSelectionTestCommon()
1171 TestNetworkAgent mobile = new TestNetworkAgent(mCm, buildMobileDualStackUpstreamState()); in testAutomaticUpstreamSelection() local
1256 TestNetworkAgent mobile = new TestNetworkAgent(mCm, buildMobileDualStackUpstreamState()); in testLegacyUpstreamSelection() local
1283 TestNetworkAgent mobile = new TestNetworkAgent(mCm, buildMobileDualStackUpstreamState()); in testChooseDunUpstreamByAutomaticMode() local
1318 TestNetworkAgent mobile = new TestNetworkAgent(mCm, buildMobileDualStackUpstreamState()); in testChooseDunUpstreamByLegacyMode() local
1358 TestNetworkAgent mobile, TestNetworkAgent wifi, TestNetworkAgent dun) throws Exception { in chooseDunUpstreamTestCommon()