Home
last modified time | relevance | path

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

/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/ipsec/ike/net/
DIkeConnectionControllerTest.java995 mIkeConnectionCtrl.handleNatDetectionResultInIkeInit( in testHandleNatDetectionResultInIkeInit()
1079 mIkeConnectionCtrl.handleNatDetectionResultInIkeInit( in testEnableMobilityWithServerSupportNatt()
1183 mIkeConnectionCtrl.handleNatDetectionResultInIkeInit( in verifyUnderlyingNetworkUpdated()
1466 mIkeConnectionCtrl.handleNatDetectionResultInIkeInit( in testOnUnderpinnedNetworkSetByUser()
/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/net/
DIkeConnectionController.java851 public void handleNatDetectionResultInIkeInit(boolean isNatDetected, long localSpi) in handleNatDetectionResultInIkeInit() method in IkeConnectionController
/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/ipsec/ike/
DIkeSessionStateMachineTest.java2102 mSpyIkeConnectionCtrl.handleNatDetectionResultInIkeInit( in setIkeInitResults()
6446 mSpyIkeConnectionCtrl.handleNatDetectionResultInIkeInit( in verifyMobikeEnabled()
/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/
DIkeSessionStateMachine.java3683 mIkeConnectionCtrl.handleNatDetectionResultInIkeInit(isNatDetected, initIkeSpi); in handleNatDetection()