Searched refs:GATEWAY_CONNECTION_NAME_PREFIX (Results 1 – 1 of 1) sorted by relevance
93 public static final String GATEWAY_CONNECTION_NAME_PREFIX = "gatewayConnectionName-"; field in VcnGatewayConnectionConfigTest134 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()