Searched refs:exposedCaps (Results 1 – 4 of 4) sorted by relevance
152 int... exposedCaps) { in buildTestConfigWithExposedCapsAndOptions() argument159 for (int caps : exposedCaps) { in buildTestConfigWithExposedCapsAndOptions()167 VcnGatewayConnectionConfig.Builder builder, int... exposedCaps) { in buildTestConfigWithExposedCaps() argument169 builder, Collections.emptySet(), exposedCaps); in buildTestConfigWithExposedCaps()173 public static VcnGatewayConnectionConfig buildTestConfigWithExposedCaps(int... exposedCaps) { in buildTestConfigWithExposedCaps() argument174 return buildTestConfigWithExposedCaps(newBuilder(), exposedCaps); in buildTestConfigWithExposedCaps()288 int[] exposedCaps = config.getExposedCapabilities(); in testBuilderAndGetters() local289 Arrays.sort(exposedCaps); in testBuilderAndGetters()290 assertArrayEquals(EXPOSED_CAPS, exposedCaps); in testBuilderAndGetters()
445 final Set<Integer> exposedCaps = entry.getKey().getAllExposedCapabilities(); in verifyMobileDataToggledUpdatesGatewayConnections() local447 && (exposedCaps.contains(NET_CAPABILITY_INTERNET) in verifyMobileDataToggledUpdatesGatewayConnections()448 || exposedCaps.contains(NET_CAPABILITY_DUN))) { in verifyMobileDataToggledUpdatesGatewayConnections()
523 final Set<Integer> exposedCaps = in handleMobileDataToggled() local525 if (exposedCaps.contains(NET_CAPABILITY_INTERNET) in handleMobileDataToggled()526 || exposedCaps.contains(NET_CAPABILITY_DUN)) { in handleMobileDataToggled()
1921 final Set<Integer> exposedCaps = mConnectionConfig.getAllExposedCapabilities(); in applyTransform() local1923 && exposedCaps.contains(NET_CAPABILITY_DUN)) { in applyTransform()