Home
last modified time | relevance | path

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

/packages/modules/IPsec/src/java/android/net/ipsec/ike/
DIkeSession.java202 public void openChildSession( in openChildSession() method in IkeSession
209 mIkeSessionStateMachine.openChildSession(childSessionParams, childSessionCallback); in openChildSession()
/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/ipsec/ike/
DIkeSessionStateMachineTest.java4365 mIkeSessionStateMachine.openChildSession(mChildSessionParams, null); in testOpenChildSessionValidatesArgs()
4371 mIkeSessionStateMachine.openChildSession( in testOpenChildSessionValidatesArgs()
4382 mIkeSessionStateMachine.openChildSession(mChildSessionParams, cb); in testOpenChildSession()
4387 mIkeSessionStateMachine.openChildSession(mChildSessionParams, cb); in testOpenChildSession()
4443 mIkeSessionStateMachine.openChildSession(mChildSessionParams, cb); in testCloseImmediatelyAfterOpenChildSession()
4797 mIkeSessionStateMachine.openChildSession(mChildSessionParams, cb); in testAcquireAndReleaseLocalReqWakeLock()
4820 mIkeSessionStateMachine.openChildSession( in testQuitClearAllLocalReqWakeLocks()
/packages/modules/IPsec/api/
Dsystem-current.txt138 …method public void openChildSession(@NonNull android.net.ipsec.ike.ChildSessionParams, @NonNull an…
/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/
DIkeSessionStateMachine.java652 public void openChildSession( in openChildSession() method in IkeSessionStateMachine