Searched defs:cellAgent (Results 1 – 8 of 8) sorted by relevance
/packages/modules/Connectivity/tests/unit/java/com/android/server/connectivityservice/ |
D | CSBlockedReasonsTest.kt | 91 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
|
D | CSBpfNetMapsTest.kt | 108 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
|
D | CSDestroySocketTest.kt | 81 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
|
D | CSNetworkActivityTest.kt | 120 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
|
D | CSQueuedCallbacksTest.kt | 287 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
|
D | CSLocalAgentTests.kt | 383 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/ |
D | UpstreamNetworkMonitorTest.java | 317 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/ |
D | NetworkAgentTest.kt | 1808 val (cellAgent, cellNetwork) = connectNetwork(TRANSPORT_CELLULAR) in testUnregisterAfterReplacement() constant
|