Searched refs:NATT_KEEPALIVE_DELAY_SEC_KEY (Results 1 – 1 of 1) sorted by relevance
75 private static final String NATT_KEEPALIVE_DELAY_SEC_KEY = "NATT_KEEPALIVE_DELAY_SEC_KEY"; field in IkeSessionParamsUtils161 result.putInt(NATT_KEEPALIVE_DELAY_SEC_KEY, params.getNattKeepAliveDelaySeconds()); in toPersistableBundle()223 builder.setNattKeepAliveDelaySeconds(in.getInt(NATT_KEEPALIVE_DELAY_SEC_KEY)); in fromPersistableBundle()