Home
last modified time | relevance | path

Searched defs:VcnGatewayConnectionConfig (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/base/core/java/android/net/vcn/
H A DVcnGatewayConnectionConfig.java81 public final class VcnGatewayConnectionConfig { class
176 private VcnGatewayConnectionConfig( in VcnGatewayConnectionConfig() method in VcnGatewayConnectionConfig
193 public VcnGatewayConnectionConfig(@NonNull PersistableBundle in) { in VcnGatewayConnectionConfig() method in VcnGatewayConnectionConfig
/aosp12/frameworks/base/tests/vcn/java/com/android/server/vcn/
H A DVcnTest.java441 Map<VcnGatewayConnectionConfig, VcnGatewayConnection> gateways) { in verifyMobileDataToggledUpdatesGatewayConnections()