Home
last modified time | relevance | path

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

/frameworks/base/tests/vcn/java/android/net/vcn/
DVcnGatewayConnectionConfigTest.java98 builder.setRetryIntervalsMillis(RETRY_INTERVALS_MS).setMaxMtu(MAX_MTU); in buildTestConfigWithExposedCaps()
164 newBuilder().setRetryIntervalsMillis(null); in testBuilderRequiresNonNullRetryInterval()
173 newBuilder().setRetryIntervalsMillis(new long[0]); in testBuilderRequiresNonEmptyRetryInterval()
/frameworks/base/core/java/android/net/vcn/
DVcnGatewayConnectionConfig.java476 public Builder setRetryIntervalsMillis(@NonNull long[] retryIntervalsMs) { in setRetryIntervalsMillis() method in VcnGatewayConnectionConfig.Builder
/frameworks/base/core/api/
Dcurrent.txt27155 …onNull public android.net.vcn.VcnGatewayConnectionConfig.Builder setRetryIntervalsMillis(@NonNull …