Searched refs:LOW_TCP_POLLING_INTERVAL_MS (Results 1 – 1 of 1) sorted by relevance
90 private static final long LOW_TCP_POLLING_INTERVAL_MS = 1_000L; field in AutomaticOnOffKeepaliveTracker861 return useLowTimer ? LOW_TCP_POLLING_INTERVAL_MS : Math.max(timer, MIN_INTERVAL_SEC); in getTcpPollingIntervalMs()