Home
last modified time | relevance | path

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

/aosp12/frameworks/base/tests/vcn/java/android/net/vcn/
H A DVcnGatewayConnectionConfigTest.java58 public static final long[] RETRY_INTERVALS_MS = field in VcnGatewayConnectionConfigTest
98 builder.setRetryIntervalsMillis(RETRY_INTERVALS_MS).setMaxMtu(MAX_MTU); in buildTestConfigWithExposedCaps()
200 assertArrayEquals(RETRY_INTERVALS_MS, config.getRetryIntervalsMillis()); in testBuilderAndGetters()