Home
last modified time | relevance | path

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

/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
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
156 Session parentSession = childSession.getParentSession(); in testRecursion_toString() local
188 Session parentSession = childSession.getParentSession(); in testRecursion_toString_childCircDep() local
218 Session parentSession = childSession.getParentSession(); in testRecursion_getInfo() local
245 Session parentSession = createTestSession("parent", "p"); in testRecursion() local
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