Home
last modified time | relevance | path

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

/packages/modules/IPsec/tests/cts/src/android/ipsec/ike/cts/
DIkeSessionParamsTest.java219 assertTrue(sessionParams.getDpdDelaySeconds() > 0); in testBuildWithMinimumSet()
255 assertEquals(DPD_DELAY_SECONDS, sessionParams.getDpdDelaySeconds()); in testSetDpdDelay()
/packages/modules/IPsec/tests/iketests/src/java/android/net/ipsec/ike/
DIkeSessionParamsTest.java169 assertEquals(IKE_DPD_DELAY_SEC_DEFAULT, sessionParams.getDpdDelaySeconds()); in verifyIkeParamsWithSeverIpAndDefaultValues()
396 assertEquals(dpdDelaySec, sessionParams.getDpdDelaySeconds()); in testBuildWithPskAndDpdDelay()
491 assertEquals(IKE_DPD_DELAY_SEC_DEFAULT, sessionParams.getDpdDelaySeconds()); in testBuildWithPskAndRetransmission()
/packages/modules/IPsec/src/java/android/net/ipsec/ike/
DIkeSessionParams.java811 public int getDpdDelaySeconds() { in getDpdDelaySeconds() method in IkeSessionParams
1640 mDpdDelaySec = ikeSessionParams.getDpdDelaySeconds(); in Builder()
/packages/modules/IPsec/api/
Dcurrent.txt223 method @IntRange(from=0x14) public int getDpdDelaySeconds();
/packages/services/Iwlan/test/com/google/android/iwlan/epdg/
DEpdgTunnelManagerTest.java1026 assertEquals(testDpdDelay, ikeSessionParams.getDpdDelaySeconds()); in testSetDpdDelayFromCarrierConfig()
/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/
DIkeSessionStateMachine.java1437 int dpdDelaySeconds = mIkeSessionParams.getDpdDelaySeconds(); in enterState()
/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/ipsec/ike/
DIkeSessionStateMachineTest.java5424 mIkeSessionStateMachine.mIkeSessionParams.getDpdDelaySeconds()), in testScheduleDpd()