Searched refs:dpdDelaySeconds (Results 1 – 2 of 2) sorted by relevance
2033 @IntRange(from = IKE_DPD_DELAY_SEC_MIN) int dpdDelaySeconds) { in setDpdDelaySeconds()2034 if (dpdDelaySeconds < IKE_DPD_DELAY_SEC_MIN) { in setDpdDelaySeconds()2037 mDpdDelaySec = dpdDelaySeconds; in setDpdDelaySeconds()
1437 int dpdDelaySeconds = mIkeSessionParams.getDpdDelaySeconds(); in enterState() local1438 if (dpdDelaySeconds != IkeSessionParams.IKE_DPD_DELAY_SEC_DISABLED) { in enterState()1439 long dpdDelayMs = TimeUnit.SECONDS.toMillis(dpdDelaySeconds); in enterState()