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