Home
last modified time | relevance | path

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

/frameworks/base/tests/vcn/java/android/net/vcn/
DVcnConfigTest.java49 private static final Set<VcnGatewayConnectionConfig> GATEWAY_CONNECTION_CONFIGS = field in VcnConfigTest
66 for (VcnGatewayConnectionConfig gatewayConnectionConfig : GATEWAY_CONNECTION_CONFIGS) { in buildTestConfig()
122 assertEquals(GATEWAY_CONNECTION_CONFIGS, config.getGatewayConnectionConfigs()); in testBuilderAndGettersDefaultValues()
134 assertEquals(GATEWAY_CONNECTION_CONFIGS, config.getGatewayConnectionConfigs()); in testBuilderAndGettersConfigRestrictedTransports()
172 for (VcnGatewayConnectionConfig gatewayConnectionConfig : GATEWAY_CONNECTION_CONFIGS) { in buildConfigRestrictTransportTest()