Home
last modified time | relevance | path

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

/external/grpc-grpc-java/core/src/test/java/io/grpc/internal/
DManagedChannelImplTest.java147 private static final long RECONNECT_BACKOFF_INTERVAL_NANOS = 10; field in ManagedChannelImplTest
693 timer.forwardNanos(RECONNECT_BACKOFF_INTERVAL_NANOS - 1); in nameResolutionFailed()
709 timer.forwardNanos(RECONNECT_BACKOFF_INTERVAL_NANOS * 2 - 1); in nameResolutionFailed()
717 timer.forwardNanos(RECONNECT_BACKOFF_INTERVAL_NANOS - 1); in nameResolutionFailed()
1364 timer.forwardNanos(RECONNECT_BACKOFF_INTERVAL_NANOS); in subtestRefreshNameResolutionWhenConnectionFailed()
2066 timer.forwardNanos(RECONNECT_BACKOFF_INTERVAL_NANOS); in resetConnectBackoff()
2828 return RECONNECT_BACKOFF_INTERVAL_NANOS * multiplier++; in get()