Home
last modified time | relevance | path

Searched refs:testAgent (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/base/tests/vcn/java/com/android/server/vcn/
H A DVcnGatewayConnectionConnectedStateTest.java488 final VcnNetworkAgent testAgent = mock(VcnNetworkAgent.class); in testUnwantedNetworkAgentWithNewNetworkAgent() local
490 mGatewayConnection.setNetworkAgent(testAgent); in testUnwantedNetworkAgentWithNewNetworkAgent()
496 assertEquals(testAgent, mGatewayConnection.getNetworkAgent()); in testUnwantedNetworkAgentWithNewNetworkAgent()
/aosp12/packages/modules/Connectivity/tests/unit/java/com/android/server/
H A DConnectivityServiceTest.java3245 TestNetworkAgentWrapper testAgent = new TestNetworkAgentWrapper(TRANSPORT_CELLULAR); in tryNetworkFactoryRequests() local
3250 testAgent.connect(NET_CAPABILITY_INTERNET == capability /* validated */); in tryNetworkFactoryRequests()
3251 testAgent.addCapability(capability); in tryNetworkFactoryRequests()
3268 testAgent.adjustScore(-5); in tryNetworkFactoryRequests()
3275 testAgent.setScore(new NetworkScore.Builder().setLegacyInt(2).setExiting(true).build()); in tryNetworkFactoryRequests()
3307 testAgent.setScore(new NetworkScore.Builder().setLegacyInt(50).build()); in tryNetworkFactoryRequests()
3313 testAgent.disconnect(); in tryNetworkFactoryRequests()