Searched refs:exposedCaps (Results 1 – 4 of 4) sorted by relevance
131 int... exposedCaps) { in buildTestConfigWithExposedCapsAndOptions() argument138 for (int caps : exposedCaps) { in buildTestConfigWithExposedCapsAndOptions()146 VcnGatewayConnectionConfig.Builder builder, int... exposedCaps) { in buildTestConfigWithExposedCaps() argument148 builder, Collections.emptySet(), exposedCaps); in buildTestConfigWithExposedCaps()152 public static VcnGatewayConnectionConfig buildTestConfigWithExposedCaps(int... exposedCaps) { in buildTestConfigWithExposedCaps() argument153 return buildTestConfigWithExposedCaps(newBuilder(), exposedCaps); in buildTestConfigWithExposedCaps()267 int[] exposedCaps = config.getExposedCapabilities(); in testBuilderAndGetters() local268 Arrays.sort(exposedCaps); in testBuilderAndGetters()269 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()
1886 final Set<Integer> exposedCaps = mConnectionConfig.getAllExposedCapabilities(); in applyTransform() local1888 && exposedCaps.contains(NET_CAPABILITY_DUN)) { in applyTransform()