Home
last modified time | relevance | path

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

/aosp12/frameworks/base/tests/vcn/java/android/net/vcn/
H A DVcnConfigTest.java42 private static final Set<VcnGatewayConnectionConfig> GATEWAY_CONNECTION_CONFIGS = field in VcnConfigTest
51 for (VcnGatewayConnectionConfig gatewayConnectionConfig : GATEWAY_CONNECTION_CONFIGS) { in buildTestConfig()
98 assertEquals(GATEWAY_CONNECTION_CONFIGS, config.getGatewayConnectionConfigs()); in testBuilderAndGetters()