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.java63 Session parentSession = childSession.getParentSession(); in testRecursion_printFullSessionTree() local
94 Session parentSession = childSession.getParentSession(); in testRecursion_getFullMethodPath() local
125 Session parentSession = childSession.getParentSession(); in testRecursion_getFullMethodPathTruncated() local
157 Session parentSession = childSession.getParentSession(); in testRecursion_toString() local
189 Session parentSession = childSession.getParentSession(); in testRecursion_toString_childCircDep() local
219 Session parentSession = childSession.getParentSession(); in testRecursion_getInfo() local
246 Session parentSession = createTestSession("parent", "p"); in testRecursion() local
DSessionManagerTest.java185 Session parentSession = mTestSessionManager.mSessionMapper.get(TEST_PARENT_THREAD_ID); in testCreateSubsession() local
204 Session parentSession = mTestSessionManager.mSessionMapper.get(TEST_PARENT_THREAD_ID); in testCancelSubsession() local
225 Session parentSession = mTestSessionManager.mSessionMapper.get(TEST_PARENT_THREAD_ID); in testContinueSubsession() local
249 Session parentSession = mTestSessionManager.mSessionMapper.get(TEST_PARENT_THREAD_ID); in testEndSubsession() local
272 Session parentSession = mTestSessionManager.mSessionMapper.get(TEST_PARENT_THREAD_ID); in testEndSubsessionWithParentComplete() local