Home
last modified time | relevance | path

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

/aosp14/frameworks/base/tests/vcn/java/com/android/server/vcn/
H A DVcnTest.java130 }).when(mDeps).newVcnGatewayConnection(any(), any(), any(), any(), any(), anyBoolean()); in setUp()
307 .newVcnGatewayConnection( in startGatewaysAndGetGatewayConnections()
384 .newVcnGatewayConnection( in verifyGatewayQuit()
/aosp14/frameworks/base/services/core/java/com/android/server/vcn/
H A DVcn.java430 mDeps.newVcnGatewayConnection( in handleNetworkRequested()
740 public VcnGatewayConnection newVcnGatewayConnection( in newVcnGatewayConnection() method in Vcn.Dependencies