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