Searched refs:RETRY_INTERVALS_MS (Results 1 – 1 of 1) sorted by relevance
58 public static final long[] RETRY_INTERVALS_MS = field in VcnGatewayConnectionConfigTest98 builder.setRetryIntervalsMillis(RETRY_INTERVALS_MS).setMaxMtu(MAX_MTU); in buildTestConfigWithExposedCaps()200 assertArrayEquals(RETRY_INTERVALS_MS, config.getRetryIntervalsMillis()); in testBuilderAndGetters()