Home
last modified time | relevance | path

Searched refs:buildTestConfigWithExposedCaps (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/tests/vcn/java/android/net/vcn/
DVcnGatewayConnectionConfigTest.java98 return buildTestConfigWithExposedCaps( in buildTestConfig()
112 return buildTestConfigWithExposedCaps(builder, EXPOSED_CAPS); in buildTestConfig()
166 private static VcnGatewayConnectionConfig buildTestConfigWithExposedCaps( in buildTestConfigWithExposedCaps() method in VcnGatewayConnectionConfigTest
173 public static VcnGatewayConnectionConfig buildTestConfigWithExposedCaps(int... exposedCaps) { in buildTestConfigWithExposedCaps() method in VcnGatewayConnectionConfigTest
174 return buildTestConfigWithExposedCaps(newBuilder(), exposedCaps); in buildTestConfigWithExposedCaps()
399 return buildTestConfigWithExposedCaps( in buildTestConfigWithVcnUnderlyingNetworkTemplates()
/frameworks/base/tests/vcn/java/com/android/server/vcn/
DVcnTest.java139 VcnGatewayConnectionConfigTest.buildTestConfigWithExposedCaps(caps)); in setUp()
DVcnGatewayConnectionConnectedStateTest.java278 VcnGatewayConnectionConfigTest.buildTestConfigWithExposedCaps( in testCreatedTransformsAreAppliedWithDun()