Home
last modified time | relevance | path

Searched refs:mDpdDelaySec (Results 1 – 1 of 1) sorted by relevance

/packages/modules/IPsec/src/java/android/net/ipsec/ike/
DIkeSessionParams.java243 private final int mDpdDelaySec; field in IkeSessionParams
291 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.Builder
1266 mDpdDelaySec = ikeSessionParams.getDpdDelaySeconds(); in Builder()
1662 mDpdDelaySec = dpdDelaySeconds; in setDpdDelaySeconds()
1876 mDpdDelaySec, in build()