Home
last modified time | relevance | path

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

/packages/modules/Connectivity/tests/unit/java/com/android/server/connectivityservice/
DCSBlockedReasonsTest.kt91 val cellAgent = Agent(nc = cellNc()) in cellNc() constant
129 val cellAgent = Agent(nc = cellNc()) in cellNc() constant
183 val cellAgent = Agent(nc = cellNc()) in cellNc() constant
324 val cellAgent = Agent(nc = cellNc()) in cellNc() constant
426 val cellAgent = Agent(nc = cellNc()) in cellNc() constant
DCSBpfNetMapsTest.kt108 val cellAgent = Agent(nc = defaultNc(), lp = lpWithLocalDns) in testLocalPrefixesUpdatedInBpfMap() constant
130 val cellAgent = Agent(nc = defaultNc(), lp = lpWithLocalDns) in testLocalDnsNotUpdatedInBpfMap() constant
157 val cellAgent = Agent(nc = defaultNc(), lp = lpWithNoLocalDns) in testLocalDnsUpdatedInBpfMap() constant
DCSDestroySocketTest.kt81 val cellAgent = Agent(nc = cellNc(), lp = cellLp()) in doTestBackgroundRestrictionDestroySockets() constant
160 val cellAgent = Agent(nc = cellNc(), lp = cellLp()) in testReplaceFirewallChain() constant
222 val cellAgent = Agent(nc = cellNc(), lp = cellLp()) in doTestDestroySockets() constant
DCSNetworkActivityTest.kt120 val cellAgent = Agent(nc = cellNc, lp = cellLp) in <lambda>() constant
286 val cellAgent = Agent(nc = cellNc, lp = cellLp) in <lambda>() constant
306 val cellAgent = Agent(nc = cellNc, lp = cellLp) in <lambda>() constant
324 val cellAgent = Agent(nc = cellNc, lp = cellLp) in <lambda>() constant
DCSQueuedCallbacksTest.kt287 val cellAgent = Agent(TRANSPORT_CELLULAR).apply { connect() } in testNetworkCallback_NetworkToggledWhileFrozen_NotSeen() constant
396 val cellAgent = Agent(TRANSPORT_CELLULAR).apply { connect() } in testNetworkRequest_NetworkSwitchesWhileFrozen_ReceiveLastNetworkUpdatesOnly() constant
421 val cellAgent = Agent(TRANSPORT_CELLULAR).apply { connect() } in testNetworkRequest_NetworkSwitchesBackWhileFrozen_ReceiveNoAvailableCallback() constant
454 val cellAgent = Agent(TRANSPORT_CELLULAR, baseNc = makeInternetNc()).apply { connect() } in testTrackDefaultRequest_AppFrozenWhilePerAppDefaultRequestFiled_ReceiveChangeCallbacks() constant
494 val cellAgent = Agent(TRANSPORT_CELLULAR, baseNc = makeInternetNc()).apply { connect() } in testTrackDefaultRequest_AppFrozenWhilePerAppDefaultToggled_GetStatusUpdateCallbacksOnly() constant
DCSLocalAgentTests.kt383 val cellAgent = createCellAgent("cell0") in keepScore() constant
452 val cellAgent = createCellAgent("cell0") in keepScore() constant
/packages/modules/Connectivity/Tethering/tests/unit/src/com/android/networkstack/tethering/
DUpstreamNetworkMonitorTest.java317 final TestNetworkAgent cellAgent = new TestNetworkAgent(mCM, CELL_CAPABILITIES); in testSelectPreferredUpstreamType() local
381 final TestNetworkAgent cellAgent = new TestNetworkAgent(mCM, CELL_CAPABILITIES); in testGetCurrentPreferredUpstream() local
485 final TestNetworkAgent cellAgent = new TestNetworkAgent(mCM, CELL_CAPABILITIES); in testLocalPrefixes() local
566 final TestNetworkAgent cellAgent = new TestNetworkAgent(mCM, CELL_CAPABILITIES); in testSelectMobileWhenMobileIsNotDefault() local
585 final TestNetworkAgent cellAgent = new TestNetworkAgent(mCM, CELL_CAPABILITIES); in testLinkAddressChanged() local
/packages/modules/Connectivity/tests/cts/net/src/android/net/cts/
DNetworkAgentTest.kt1808 val (cellAgent, cellNetwork) = connectNetwork(TRANSPORT_CELLULAR) in testUnregisterAfterReplacement() constant