Home
last modified time | relevance | path

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

/aosp12/frameworks/base/tests/vcn/java/android/net/vcn/
H A DVcnGatewayConnectionConfigTest.java72 public static final String GATEWAY_CONNECTION_NAME_PREFIX = "gatewayConnectionName-"; field in VcnGatewayConnectionConfigTest
92 GATEWAY_CONNECTION_NAME_PREFIX + sGatewayConnectionConfigCount++, in newBuilder()
128 GATEWAY_CONNECTION_NAME_PREFIX, null /* tunnelConnectionParams */) in testBuilderRequiresNonNullTunnelConnectionParams()
145 new VcnGatewayConnectionConfig.Builder(GATEWAY_CONNECTION_NAME_PREFIX, tunnelParams); in testBuilderRequiresMobikeEnabled()
192 assertTrue(config.getGatewayConnectionName().startsWith(GATEWAY_CONNECTION_NAME_PREFIX)); in testBuilderAndGetters()