Home
last modified time | relevance | path

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

/frameworks/base/tests/vcn/java/android/net/vcn/
DVcnGatewayConnectionConfigTest.java93 public static final String GATEWAY_CONNECTION_NAME_PREFIX = "gatewayConnectionName-"; field in VcnGatewayConnectionConfigTest
134 GATEWAY_CONNECTION_NAME_PREFIX + sGatewayConnectionConfigCount++, in newBuilder()
204 GATEWAY_CONNECTION_NAME_PREFIX, null /* tunnelConnectionParams */) in testBuilderRequiresNonNullTunnelConnectionParams()
221 new VcnGatewayConnectionConfig.Builder(GATEWAY_CONNECTION_NAME_PREFIX, tunnelParams); in testBuilderRequiresMobikeEnabled()
286 assertTrue(config.getGatewayConnectionName().startsWith(GATEWAY_CONNECTION_NAME_PREFIX)); in testBuilderAndGetters()