Searched refs:exposedCaps (Results 1 – 4 of 4) sorted by relevance
97 VcnGatewayConnectionConfig.Builder builder, int... exposedCaps) { in buildTestConfigWithExposedCaps() argument100 for (int caps : exposedCaps) { in buildTestConfigWithExposedCaps()108 public static VcnGatewayConnectionConfig buildTestConfigWithExposedCaps(int... exposedCaps) { in buildTestConfigWithExposedCaps() argument109 return buildTestConfigWithExposedCaps(newBuilder(), exposedCaps); in buildTestConfigWithExposedCaps()194 int[] exposedCaps = config.getExposedCapabilities(); in testBuilderAndGetters() local195 Arrays.sort(exposedCaps); in testBuilderAndGetters()196 assertArrayEquals(EXPOSED_CAPS, exposedCaps); in testBuilderAndGetters()
426 final Set<Integer> exposedCaps = entry.getKey().getAllExposedCapabilities(); in verifyMobileDataToggled() local428 && (exposedCaps.contains(NET_CAPABILITY_INTERNET) in verifyMobileDataToggled()429 || exposedCaps.contains(NET_CAPABILITY_DUN))) { in verifyMobileDataToggled()
475 final Set<Integer> exposedCaps = in handleMobileDataToggled() local477 if (exposedCaps.contains(NET_CAPABILITY_INTERNET) in handleMobileDataToggled()478 || exposedCaps.contains(NET_CAPABILITY_DUN)) { in handleMobileDataToggled()
1704 final Set<Integer> exposedCaps = mConnectionConfig.getAllExposedCapabilities(); in applyTransform() local1706 && exposedCaps.contains(NET_CAPABILITY_DUN)) { in applyTransform()