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.java4332 mIkeSessionStateMachine.openChildSession(mChildSessionParams, null); in testOpenChildSessionValidatesArgs()
4338 mIkeSessionStateMachine.openChildSession( in testOpenChildSessionValidatesArgs()
4349 mIkeSessionStateMachine.openChildSession(mChildSessionParams, cb); in testOpenChildSession()
4354 mIkeSessionStateMachine.openChildSession(mChildSessionParams, cb); in testOpenChildSession()
4410 mIkeSessionStateMachine.openChildSession(mChildSessionParams, cb); in testCloseImmediatelyAfterOpenChildSession()
4758 mIkeSessionStateMachine.openChildSession(mChildSessionParams, cb); in testAcquireAndReleaseLocalReqWakeLock()
4781 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.java645 public void openChildSession( in openChildSession() method in IkeSessionStateMachine