Searched refs:mDpdDelaySec (Results 1 – 1 of 1) sorted by relevance
243 private final int mDpdDelaySec; field in IkeSessionParams291 mDpdDelaySec = dpdDelaySec; in IkeSessionParams()407 result.putInt(DPD_DELAY_SEC_KEY, mDpdDelaySec); in toPersistableBundle()528 return mDpdDelaySec; in getDpdDelaySeconds()629 mDpdDelaySec, in hashCode()657 && mDpdDelaySec == other.mDpdDelaySec in equals()1199 private int mDpdDelaySec = IKE_DPD_DELAY_SEC_DEFAULT; field in IkeSessionParams.Builder1266 mDpdDelaySec = ikeSessionParams.getDpdDelaySeconds(); in Builder()1662 mDpdDelaySec = dpdDelaySeconds; in setDpdDelaySeconds()1876 mDpdDelaySec, in build()