Home
last modified time | relevance | path

Searched refs:testChildSession (Results 1 – 1 of 1) sorted by relevance

/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DSessionManagerTest.java113 Session testChildSession = mTestSessionManager.mSessionMapper.get(TEST_PARENT_THREAD_ID); in testStartInvisibleChildSession() local
114 assertEquals( TEST_CHILD_NAME, testChildSession.getShortMethodName()); in testStartInvisibleChildSession()
115 assertTrue(testChildSession.isStartedFromActiveSession()); in testStartInvisibleChildSession()
116 assertNotNull(testChildSession.getParentSession()); in testStartInvisibleChildSession()
117 assertEquals(TEST_PARENT_NAME, testChildSession.getParentSession().getShortMethodName()); in testStartInvisibleChildSession()
118 assertFalse(testChildSession.isSessionCompleted()); in testStartInvisibleChildSession()
119 assertFalse(testChildSession.getParentSession().isSessionCompleted()); in testStartInvisibleChildSession()
159 Session testChildSession = mTestSessionManager.mSessionMapper.get(TEST_PARENT_THREAD_ID); in testEndInvisibleChildSession() local
168 assertTrue(testChildSession.isSessionCompleted()); in testEndInvisibleChildSession()