Home
last modified time | relevance | path

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

/aosp12/frameworks/base/tests/vcn/java/com/android/server/vcn/
H A DVcnGatewayConnectionRetryTimeoutStateTest.java55 mGatewayConnection.setNetworkAgent(mNetworkAgent); in setUp()
H A DVcnGatewayConnectionConnectedStateTest.java475 mGatewayConnection.setNetworkAgent(null); in testUnwantedNetworkAgentWithDisconnectedNetworkAgent()
490 mGatewayConnection.setNetworkAgent(testAgent); in testUnwantedNetworkAgentWithNewNetworkAgent()
H A DVcnGatewayConnectionTest.java205 mGatewayConnection.setNetworkAgent(vcnNetworkAgent); in testQuittingCleansUpPersistentState()
H A DVcnGatewayConnectionTestBase.java312 mGatewayConnection.setNetworkAgent(mockNetworkAgent); in verifySafeModeTimeoutNotifiesCallbackAndUnregistersNetworkAgent()
/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
H A DWifiScoreReportTest.java213 mWifiScoreReport.setNetworkAgent(mNetworkAgent); in setUp()
457 mWifiScoreReport.setNetworkAgent(null); in networkAgentMayBeNull()
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/
H A DWifiScoreReport.java944 public void setNetworkAgent(WifiNetworkAgent agent) { in setNetworkAgent() method in WifiScoreReport
H A DClientModeImpl.java4882 mWifiScoreReport.setNetworkAgent(mNetworkAgent);
/aosp12/frameworks/base/services/core/java/com/android/server/vcn/
H A DVcnGatewayConnection.java2323 void setNetworkAgent(@Nullable VcnNetworkAgent networkAgent) { in setNetworkAgent() method in VcnGatewayConnection