Searched refs:IKE_NATT_KEEPALIVE_DELAY_SEC_MAX (Results 1 – 6 of 6) sorted by relevance
22 import static android.net.ipsec.ike.IkeSessionParams.IKE_NATT_KEEPALIVE_DELAY_SEC_MAX;369 to = IKE_NATT_KEEPALIVE_DELAY_SEC_MAX) in setNetwork()
422 @VisibleForTesting public static final int IKE_NATT_KEEPALIVE_DELAY_SEC_MAX = 3600; field in IkeSessionParams818 @IntRange(from = IKE_NATT_KEEPALIVE_DELAY_SEC_MIN, to = IKE_NATT_KEEPALIVE_DELAY_SEC_MAX)2053 to = IKE_NATT_KEEPALIVE_DELAY_SEC_MAX) in setNattKeepAliveDelaySeconds()2056 || nattKeepaliveDelaySeconds > IKE_NATT_KEEPALIVE_DELAY_SEC_MAX) { in setNattKeepAliveDelaySeconds()
27 import static android.net.ipsec.ike.IkeSessionParams.IKE_NATT_KEEPALIVE_DELAY_SEC_MAX;379 IKE_NATT_KEEPALIVE_DELAY_SEC_MAX, in getKeepaliveDelaySec()
28 import static android.net.ipsec.test.ike.IkeSessionParams.IKE_NATT_KEEPALIVE_DELAY_SEC_MAX;1373 eq(IKE_NATT_KEEPALIVE_DELAY_SEC_MAX), in verifyGetKeepaliveDelaySec()
443 assertTrue(3600 >= IkeSessionParams.IKE_NATT_KEEPALIVE_DELAY_SEC_MAX); in testNattKeepaliveRange()
26 import static android.net.ipsec.ike.IkeSessionParams.IKE_NATT_KEEPALIVE_DELAY_SEC_MAX;928 || keepaliveDelaySeconds > IKE_NATT_KEEPALIVE_DELAY_SEC_MAX)) { in setNetwork()