Searched refs:gatewayOptions (Results 1 – 2 of 2) sorted by relevance
130 Set<Integer> gatewayOptions, in buildTestConfigWithExposedCapsAndOptions() argument134 for (int option : gatewayOptions) { in buildTestConfigWithExposedCapsAndOptions()157 VcnGatewayConnectionConfig.Builder builder, Set<Integer> gatewayOptions) { in buildTestConfigWithGatewayOptions() argument158 return buildTestConfigWithExposedCapsAndOptions(builder, gatewayOptions, EXPOSED_CAPS); in buildTestConfigWithGatewayOptions()163 Set<Integer> gatewayOptions) { in buildTestConfigWithGatewayOptions() argument164 return buildTestConfigWithExposedCapsAndOptions(newBuilder(), gatewayOptions, EXPOSED_CAPS); in buildTestConfigWithGatewayOptions()393 Set<Integer> gatewayOptions) { in buildConfigWithGatewayOptionsForEqualityTest() argument397 gatewayOptions); in buildConfigWithGatewayOptionsForEqualityTest()
250 @NonNull Set<Integer> gatewayOptions) { in VcnGatewayConnectionConfig() argument257 mGatewayOptions = Collections.unmodifiableSet(new ArraySet(gatewayOptions)); in VcnGatewayConnectionConfig()