Searched refs:MIN_INTERVAL_SEC (Results 1 – 3 of 3) sorted by relevance
128 public static final int MIN_INTERVAL_SEC = 10; field in SocketKeepalive233 public final void start(@IntRange(from = MIN_INTERVAL_SEC, to = MAX_INTERVAL_SEC) in start()
885 if (intervalSeconds < SocketKeepalive.MIN_INTERVAL_SEC in onStartSocketKeepalive()888 + SocketKeepalive.MIN_INTERVAL_SEC + " and " + SocketKeepalive.MAX_INTERVAL_SEC in onStartSocketKeepalive()
34 import static android.net.SocketKeepalive.MIN_INTERVAL_SEC;261 if (mInterval < MIN_INTERVAL_SEC || mInterval > MAX_INTERVAL_SEC) { in checkInterval()