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.java146 private static final long RECONNECT_BACKOFF_INTERVAL_NANOS = 10; field in ManagedChannelImplTest
692 timer.forwardNanos(RECONNECT_BACKOFF_INTERVAL_NANOS - 1); in nameResolutionFailed()
708 timer.forwardNanos(RECONNECT_BACKOFF_INTERVAL_NANOS * 2 - 1); in nameResolutionFailed()
716 timer.forwardNanos(RECONNECT_BACKOFF_INTERVAL_NANOS - 1); in nameResolutionFailed()
1363 timer.forwardNanos(RECONNECT_BACKOFF_INTERVAL_NANOS); in subtestRefreshNameResolutionWhenConnectionFailed()
2067 timer.forwardNanos(RECONNECT_BACKOFF_INTERVAL_NANOS); in resetConnectBackoff()
2837 return RECONNECT_BACKOFF_INTERVAL_NANOS * multiplier++; in get()