Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/net/vcn/persistablebundleutils/
DIkeSessionParamsUtils.java74 private static final String DPD_DELAY_SEC_KEY = "DPD_DELAY_SEC_KEY"; field in IkeSessionParamsUtils
160 result.putInt(DPD_DELAY_SEC_KEY, params.getDpdDelaySeconds()); in toPersistableBundle()
222 builder.setDpdDelaySeconds(in.getInt(DPD_DELAY_SEC_KEY)); in fromPersistableBundle()