Searched refs:IKE_DPD_DELAY_SEC_MIN (Results 1 – 2 of 2) sorted by relevance
163 @VisibleForTesting static final int IKE_DPD_DELAY_SEC_MIN = 20; field in IkeSessionParams526 @IntRange(from = IKE_DPD_DELAY_SEC_MIN, to = IKE_DPD_DELAY_SEC_MAX)1656 @IntRange(from = IKE_DPD_DELAY_SEC_MIN, to = IKE_DPD_DELAY_SEC_MAX) in setDpdDelaySeconds()1658 if (dpdDelaySeconds < IKE_DPD_DELAY_SEC_MIN in setDpdDelaySeconds()
122 private static final int IKE_DPD_DELAY_SEC_MIN = 20; field in EpdgTunnelManager1707 if (dpdDelay < IKE_DPD_DELAY_SEC_MIN || dpdDelay > IKE_DPD_DELAY_SEC_MAX) { in getDpdDelayFromConfig()