Searched refs:MIN_RENEWAL_TIME_SECS (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/net/
H A DDhcpStateMachine.java73 private static final int MIN_RENEWAL_TIME_SECS = 5 * 60; // 5 minutes field in class:DhcpStateMachine
370 //bad and that the device cannot renew below MIN_RENEWAL_TIME_SECS
371 if (leaseDuration < MIN_RENEWAL_TIME_SECS) {
372 leaseDuration = MIN_RENEWAL_TIME_SECS;

Completed in 245 milliseconds