Home
last modified time | relevance | path

Searched defs:childSession (Results 1 – 5 of 5) sorted by relevance

/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DSessionTest.java60 Session childSession = Log.getSessionManager() in testRecursion_printFullSessionTree() local
91 Session childSession = Log.getSessionManager() in testRecursion_getFullMethodPath() local
122 Session childSession = Log.getSessionManager() in testRecursion_getFullMethodPathTruncated() local
154 Session childSession = Log.getSessionManager() in testRecursion_toString() local
186 Session childSession = Log.getSessionManager() in testRecursion_toString_childCircDep() local
216 Session childSession = Log.getSessionManager() in testRecursion_getInfo() local
247 Session childSession = createTestSession("child", "c"); in testRecursion() local
DSessionManagerTest.java273 Session childSession = mTestSessionManager.createSubsession(); in testEndSubsessionWithParentComplete() local
/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/
DIkeSessionStateMachine.java776 ChildSessionStateMachine childSession = in newChildSessionStateMachine() local
1129 public final ChildSessionStateMachine childSession; field in IkeSessionStateMachine.ChildOutboundData
1135 ChildSessionStateMachine childSession) { in ChildOutboundData()
1147 public void onChildSaCreated(int remoteSpi, ChildSessionStateMachine childSession) { in onChildSaCreated()
1166 ChildSessionStateMachine childSession) { in onOutboundPayloadsReady()
1173 public void onProcedureFinished(ChildSessionStateMachine childSession) { in onProcedureFinished()
2748 ChildSessionStateMachine childSession = (ChildSessionStateMachine) message.obj; in processStateMessage() local
3161 ChildSessionStateMachine childSession) { in handleOutboundResponse()
DChildSessionStateMachine.java317 void onChildSaCreated(int remoteSpi, ChildSessionStateMachine childSession); in onChildSaCreated()
330 ChildSessionStateMachine childSession); in onOutboundPayloadsReady()
333 void onProcedureFinished(ChildSessionStateMachine childSession); in onProcedureFinished()
/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/ipsec/ike/
DChildSessionStateMachineTest.java2251 ChildSessionStateMachine childSession = buildChildSession(executor); in buildAndStartChildSession() local
2267 ChildSessionStateMachine childSession = buildChildSession(childSessionParams); in buildAndStartStateMachineWithProposal() local