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