Searched refs:SOFT_LIFETIME_SEC_KEY (Results 1 – 2 of 2) sorted by relevance
63 private static final String SOFT_LIFETIME_SEC_KEY = "SOFT_LIFETIME_SEC_KEY"; field in TunnelModeChildSessionParamsUtils170 result.putInt(SOFT_LIFETIME_SEC_KEY, params.getSoftLifetimeSeconds()); in toPersistableBundle()218 in.getInt(HARD_LIFETIME_SEC_KEY), in.getInt(SOFT_LIFETIME_SEC_KEY)); in fromPersistableBundle()
73 private static final String SOFT_LIFETIME_SEC_KEY = "SOFT_LIFETIME_SEC_KEY"; field in IkeSessionParamsUtils159 result.putInt(SOFT_LIFETIME_SEC_KEY, params.getSoftLifetimeSeconds()); in toPersistableBundle()221 in.getInt(HARD_LIFETIME_SEC_KEY), in.getInt(SOFT_LIFETIME_SEC_KEY)); in fromPersistableBundle()