Searched refs:RECONNECT_BACKOFF_INTERVAL_NANOS (Results 1 – 1 of 1) sorted by relevance
146 private static final long RECONNECT_BACKOFF_INTERVAL_NANOS = 10; field in ManagedChannelImplTest692 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()