Searched defs:retryIntervalsMs (Results 1 – 2 of 2) sorted by relevance
180 @NonNull long[] retryIntervalsMs, in VcnGatewayConnectionConfig()237 private static void validateRetryInterval(@Nullable long[] retryIntervalsMs) { in validateRetryInterval()476 public Builder setRetryIntervalsMillis(@NonNull long[] retryIntervalsMs) { in setRetryIntervalsMillis()
1960 final long[] retryIntervalsMs = mConnectionConfig.getRetryIntervalsMillis(); in getNextRetryIntervalsMs() local