Home
last modified time | relevance | path

Searched refs:setNetworkAgent (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/tests/vcn/java/com/android/server/vcn/
DVcnGatewayConnectionRetryTimeoutStateTest.java55 mGatewayConnection.setNetworkAgent(mNetworkAgent); in setUp()
DVcnGatewayConnectionTest.java205 mGatewayConnection.setNetworkAgent(vcnNetworkAgent); in testQuittingCleansUpPersistentState()
DVcnGatewayConnectionConnectedStateTest.java458 mGatewayConnection.setNetworkAgent(null); in testUnwantedNetworkAgentWithDisconnectedNetworkAgent()
473 mGatewayConnection.setNetworkAgent(testAgent); in testUnwantedNetworkAgentWithNewNetworkAgent()
DVcnGatewayConnectionTestBase.java308 mGatewayConnection.setNetworkAgent(mockNetworkAgent); in verifySafeModeTimeoutNotifiesCallbackAndUnregistersNetworkAgent()
/frameworks/base/services/core/java/com/android/server/vcn/
DVcnGatewayConnection.java2313 void setNetworkAgent(@Nullable VcnNetworkAgent networkAgent) { in setNetworkAgent() method in VcnGatewayConnection