Searched refs:testAgent (Results 1 – 2 of 2) sorted by relevance
488 final VcnNetworkAgent testAgent = mock(VcnNetworkAgent.class); in testUnwantedNetworkAgentWithNewNetworkAgent() local490 mGatewayConnection.setNetworkAgent(testAgent); in testUnwantedNetworkAgentWithNewNetworkAgent()496 assertEquals(testAgent, mGatewayConnection.getNetworkAgent()); in testUnwantedNetworkAgentWithNewNetworkAgent()
3245 TestNetworkAgentWrapper testAgent = new TestNetworkAgentWrapper(TRANSPORT_CELLULAR); in tryNetworkFactoryRequests() local3250 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()