Searched refs:IKE_DPD_DELAY_SEC_MAX (Results 1 – 2 of 2) sorted by relevance
165 @VisibleForTesting static final int IKE_DPD_DELAY_SEC_MAX = 1800; // 30 minutes 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()1659 || dpdDelaySeconds > IKE_DPD_DELAY_SEC_MAX) { in setDpdDelaySeconds()
123 private static final int IKE_DPD_DELAY_SEC_MAX = 1800; // 30 minutes field in EpdgTunnelManager1707 if (dpdDelay < IKE_DPD_DELAY_SEC_MIN || dpdDelay > IKE_DPD_DELAY_SEC_MAX) { in getDpdDelayFromConfig()