Home
last modified time | relevance | path

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

/packages/modules/IPsec/src/java/android/net/ipsec/ike/
DChildSessionParams.java101 private final int mSoftLifetimeSec; field in ChildSessionParams
117 mSoftLifetimeSec = softLifetimeSec; in ChildSessionParams()
166 result.putInt(SOFT_LIFETIME_SEC_KEY, mSoftLifetimeSec); in toPersistableBundle()
245 return mSoftLifetimeSec; in getSoftLifetimeSeconds()
270 return TimeUnit.SECONDS.toMillis((long) mSoftLifetimeSec); in getSoftLifetimeMsInternal()
285 mSoftLifetimeSec, in hashCode()
301 && mSoftLifetimeSec == other.mSoftLifetimeSec in equals()
316 protected int mSoftLifetimeSec = CHILD_SOFT_LIFETIME_SEC_DEFAULT; field in ChildSessionParams.Builder
329 mSoftLifetimeSec = childParams.getSoftLifetimeSeconds(); in Builder()
DIkeSessionParams.java508 private final int mSoftLifetimeSec; field in IkeSessionParams
562 mSoftLifetimeSec = softLifetimeSec; in IkeSessionParams()
688 result.putInt(SOFT_LIFETIME_SEC_KEY, mSoftLifetimeSec); in toPersistableBundle()
804 return mSoftLifetimeSec; in getSoftLifetimeSeconds()
940 return TimeUnit.SECONDS.toMillis((long) mSoftLifetimeSec); in getSoftLifetimeMsInternal()
981 mSoftLifetimeSec, in hashCode()
1012 && mSoftLifetimeSec == other.mSoftLifetimeSec in equals()
1561 private int mSoftLifetimeSec = IKE_SOFT_LIFETIME_SEC_DEFAULT; field in IkeSessionParams.Builder
1639 mSoftLifetimeSec = ikeSessionParams.getSoftLifetimeSeconds(); in Builder()
2018 mSoftLifetimeSec = softLifetimeSeconds; in setLifetimeSeconds()
[all …]
DTransportModeChildSessionParams.java212 mSoftLifetimeSec = softLifetimeSeconds; in setLifetimeSeconds()
231 mSoftLifetimeSec); in build()
DTunnelModeChildSessionParams.java355 mSoftLifetimeSec = softLifetimeSeconds; in setLifetimeSeconds()
568 mSoftLifetimeSec); in build()