Home
last modified time | relevance | path

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

/frameworks/base/tests/vcn/java/android/net/vcn/
DVcnGatewayConnectionConfigTest.java75 public static final long[] RETRY_INTERVALS_MS = field in VcnGatewayConnectionConfigTest
153 builder.setRetryIntervalsMillis(RETRY_INTERVALS_MS).setMaxMtu(MAX_MTU); in buildTestConfigWithExposedCapsAndOptions()
295 assertArrayEquals(RETRY_INTERVALS_MS, config.getRetryIntervalsMillis()); in testBuilderAndGetters()