Home
last modified time | relevance | path

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

/aosp14/frameworks/base/tests/vcn/java/com/android/server/vcn/
H A DVcnGatewayConnectionRetryTimeoutStateTest.java55 mGatewayConnection.setNetworkAgent(mNetworkAgent); in setUp()
H A DVcnGatewayConnectionConnectedStateTest.java662 mGatewayConnection.setNetworkAgent(null); in testUnwantedNetworkAgentWithDisconnectedNetworkAgent()
677 mGatewayConnection.setNetworkAgent(testAgent); in testUnwantedNetworkAgentWithNewNetworkAgent()
H A DVcnGatewayConnectionTest.java288 mGatewayConnection.setNetworkAgent(vcnNetworkAgent); in testQuittingCleansUpPersistentState()
H A DVcnGatewayConnectionTestBase.java362 mGatewayConnection.setNetworkAgent(mockNetworkAgent); in verifySafeModeTimeoutNotifiesCallbackAndUnregistersNetworkAgent()
/aosp14/frameworks/base/services/core/java/com/android/server/vcn/
H A DVcnGatewayConnection.java2629 void setNetworkAgent(@Nullable VcnNetworkAgent networkAgent) { in setNetworkAgent() method in VcnGatewayConnection