Home
last modified time | relevance | path

Searched defs:retryIntervalsMs (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/net/vcn/
DVcnGatewayConnectionConfig.java180 @NonNull long[] retryIntervalsMs, in VcnGatewayConnectionConfig()
237 private static void validateRetryInterval(@Nullable long[] retryIntervalsMs) { in validateRetryInterval()
476 public Builder setRetryIntervalsMillis(@NonNull long[] retryIntervalsMs) { in setRetryIntervalsMillis()
/frameworks/base/services/core/java/com/android/server/vcn/
DVcnGatewayConnection.java1960 final long[] retryIntervalsMs = mConnectionConfig.getRetryIntervalsMillis(); in getNextRetryIntervalsMs() local