Searched refs:SOFT_LIFETIME_SEC_KEY (Results 1 – 4 of 4) sorted by relevance
94 protected static final String SOFT_LIFETIME_SEC_KEY = "mSoftLifetimeSec"; field in ChildSessionParams166 result.putInt(SOFT_LIFETIME_SEC_KEY, mSoftLifetimeSec); in toPersistableBundle()
76 in.getInt(HARD_LIFETIME_SEC_KEY), in.getInt(SOFT_LIFETIME_SEC_KEY)); in fromPersistableBundle()
104 in.getInt(HARD_LIFETIME_SEC_KEY), in.getInt(SOFT_LIFETIME_SEC_KEY)); in fromPersistableBundle()
469 private static final String SOFT_LIFETIME_SEC_KEY = "mSoftLifetimeSec"; field in IkeSessionParams638 in.getInt(HARD_LIFETIME_SEC_KEY), in.getInt(SOFT_LIFETIME_SEC_KEY)); in fromPersistableBundle()688 result.putInt(SOFT_LIFETIME_SEC_KEY, mSoftLifetimeSec); in toPersistableBundle()