Home
last modified time | relevance | path

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

/aosp12/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
H A DSessionTest.java59 Session childSession = Log.getSessionManager() in testRecursion_printFullSessionTree() local
90 Session childSession = Log.getSessionManager() in testRecursion_getFullMethodPath() local
121 Session childSession = Log.getSessionManager() in testRecursion_getFullMethodPathTruncated() local
152 Session childSession = Log.getSessionManager() in testRecursion_toString() local
184 Session childSession = Log.getSessionManager() in testRecursion_toString_childCircDep() local
214 Session childSession = Log.getSessionManager() in testRecursion_getInfo() local
244 Session childSession = createTestSession("child", "c"); in testRecursion() local
H A DSessionManagerTest.java272 Session childSession = mTestSessionManager.createSubsession(); in testEndSubsessionWithParentComplete() local
/aosp12/frameworks/base/telecomm/java/android/telecom/Logging/
H A DSessionManager.java147 Session childSession = createSubsession(true); in startSession() local
194 Session childSession = createSubsession(); in startExternalSession() local
H A DSession.java195 public void addChild(Session childSession) { in addChild()
/aosp12/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/
H A DChildSessionStateMachineFactory.java106 ChildSessionStateMachine childSession = in makeChildSessionStateMachine() local
H A DIkeSessionStateMachine.java1032 public final ChildSessionStateMachine childSession; field in IkeSessionStateMachine.ChildOutboundData
1038 ChildSessionStateMachine childSession) { in ChildOutboundData()
1050 public void onChildSaCreated(int remoteSpi, ChildSessionStateMachine childSession) { in onChildSaCreated()
1069 ChildSessionStateMachine childSession) { in onOutboundPayloadsReady()
1076 public void onProcedureFinished(ChildSessionStateMachine childSession) { in onProcedureFinished()
2521 ChildSessionStateMachine childSession = (ChildSessionStateMachine) message.obj; in processStateMessage() local
2912 ChildSessionStateMachine childSession) { in handleOutboundResponse()
H A DChildSessionStateMachine.java321 void onChildSaCreated(int remoteSpi, ChildSessionStateMachine childSession); in onChildSaCreated()
334 ChildSessionStateMachine childSession); in onOutboundPayloadsReady()
337 void onProcedureFinished(ChildSessionStateMachine childSession); in onProcedureFinished()
/aosp12/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/ipsec/ike/
H A DChildSessionStateMachineTest.java2025 ChildSessionStateMachine childSession = buildChildSession(executor); in buildAndStartChildSession() local
/aosp12/frameworks/base/services/core/java/com/android/server/pm/
H A DPackageInstallerSession.java2157 PackageInstallerSession childSession = allSessions.get(childSessionId); in onAfterSessionRead() local
4093 final PackageInstallerSession childSession = mSessionProvider.getSession(childSessionId); in addChildSessionId() local
H A DPackageManagerShellCommand.java1072 final SessionInfo childSession = sessionById.get(childIds[i]); in printSessionList() local