Home
last modified time | relevance | path

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

/aosp14/frameworks/base/tests/vcn/java/com/android/server/vcn/
H A DVcnTest.java187 final Set<VcnGatewayConnection> gatewayConnections = mVcn.getVcnGatewayConnections(); in verifyUpdateSubscriptionSnapshotNotifiesGatewayConnections()
304 final Set<VcnGatewayConnection> gatewayConnections = mVcn.getVcnGatewayConnections(); in startGatewaysAndGetGatewayConnections()
376 assertEquals(gatewayConnections.size() - 1, mVcn.getVcnGatewayConnections().size()); in verifyGatewayQuit()
382 assertEquals(gatewayConnections.size(), mVcn.getVcnGatewayConnections().size()); in verifyGatewayQuit()
/aosp14/frameworks/base/services/core/java/com/android/server/vcn/
H A DVcn.java271 public Set<VcnGatewayConnection> getVcnGatewayConnections() { in getVcnGatewayConnections() method in Vcn