Home
last modified time | relevance | path

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

/aosp12/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
H A DSessionTest.java62 Session parentSession = childSession.getParentSession(); in testRecursion_printFullSessionTree() local
93 Session parentSession = childSession.getParentSession(); in testRecursion_getFullMethodPath() local
124 Session parentSession = childSession.getParentSession(); in testRecursion_getFullMethodPathTruncated() local
155 Session parentSession = childSession.getParentSession(); in testRecursion_toString() local
187 Session parentSession = childSession.getParentSession(); in testRecursion_toString_childCircDep() local
217 Session parentSession = childSession.getParentSession(); in testRecursion_getInfo() local
243 Session parentSession = createTestSession("parent", "p"); in testRecursion() local
H A DSessionManagerTest.java184 Session parentSession = mTestSessionManager.mSessionMapper.get(TEST_PARENT_THREAD_ID); in testCreateSubsession() local
203 Session parentSession = mTestSessionManager.mSessionMapper.get(TEST_PARENT_THREAD_ID); in testCancelSubsession() local
224 Session parentSession = mTestSessionManager.mSessionMapper.get(TEST_PARENT_THREAD_ID); in testContinueSubsession() local
248 Session parentSession = mTestSessionManager.mSessionMapper.get(TEST_PARENT_THREAD_ID); in testEndSubsession() local
271 Session parentSession = mTestSessionManager.mSessionMapper.get(TEST_PARENT_THREAD_ID); in testEndSubsessionWithParentComplete() local
/aosp12/frameworks/base/telecomm/java/android/telecom/Logging/
H A DSessionManager.java291 Session parentSession = subsession.getParentSession(); in continueSession() local
329 Session parentSession = completedSession.getParentSession(); in endSession() local
347 Session parentSession = subsession.getParentSession(); in endParentSessions() local
H A DSession.java191 public void setParentSession(Session parentSession) { in setParentSession()
284 Session parentSession = mParentSession; in getFullSessionId() local
375 Session parentSession = getParentSession(); in getFullMethodPath() local
/aosp12/frameworks/base/services/core/java/com/android/server/rollback/
H A DRollback.java541 PackageInstaller.Session parentSession = packageInstaller.openSession( in commit() local