Home
last modified time | relevance | path

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

/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DSessionManagerTest.java51 private SessionManager mTestSessionManager; field in SessionManagerTest
60 mTestSessionManager = new SessionManager(); in setUp()
61 mTestSessionManager.registerSessionListener(((sessionName, timeMs) -> { in setUp()
66 mTestSessionManager.mCleanStaleSessions = null; in setUp()
74 mTestSessionManager = null; in tearDown()
84 assertTrue(mTestSessionManager.mSessionMapper.isEmpty()); in testStartSession()
87 mTestSessionManager.mCurrentThreadId = () -> TEST_PARENT_THREAD_ID; in testStartSession()
88 mTestSessionManager.startSession(TEST_PARENT_NAME, null); in testStartSession()
90 Session testSession = mTestSessionManager.mSessionMapper.get(TEST_PARENT_THREAD_ID); in testStartSession()
103 assertTrue(mTestSessionManager.mSessionMapper.isEmpty()); in testStartInvisibleChildSession()
[all …]