Searched refs:IDLE_MODE_MIN_TIMEOUT_MILLIS (Results 1 – 3 of 3) sorted by relevance
81 static final long IDLE_MODE_MIN_TIMEOUT_MILLIS = TimeUnit.SECONDS.toMillis(1); field in AbstractManagedChannelImplBuilder293 this.idleTimeoutMillis = Math.max(unit.toMillis(value), IDLE_MODE_MIN_TIMEOUT_MILLIS); in idleTimeout()
583 >= AbstractManagedChannelImplBuilder.IDLE_MODE_MIN_TIMEOUT_MILLIS, in ManagedChannelImpl()
332 assertEquals(AbstractManagedChannelImplBuilder.IDLE_MODE_MIN_TIMEOUT_MILLIS, in idleTimeout()