Searched refs:MIN_RTR_ADV_INTERVAL_SEC (Results 1 – 1 of 1) sorted by relevance
79 private static final int MIN_RTR_ADV_INTERVAL_SEC = 300; field in RouterAdvertisementDaemon736 return MIN_RTR_ADV_INTERVAL_SEC + mRandom.nextInt(737 MAX_RTR_ADV_INTERVAL_SEC - MIN_RTR_ADV_INTERVAL_SEC);