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.java55 private SessionManager mTestSessionManager; field in SessionManagerTest
64 mTestSessionManager = new SessionManager(null); in setUp()
65 mTestSessionManager.registerSessionListener(((sessionName, timeMs) -> { in setUp()
76 mTestSessionManager = null; in tearDown()
86 assertTrue(mTestSessionManager.mSessionMapper.isEmpty()); in testStartSession()
89 mTestSessionManager.mCurrentThreadId = () -> TEST_PARENT_THREAD_ID; in testStartSession()
90 mTestSessionManager.startSession(TEST_PARENT_NAME, null); in testStartSession()
92 Session testSession = mTestSessionManager.mSessionMapper.get(TEST_PARENT_THREAD_ID); in testStartSession()
105 assertTrue(mTestSessionManager.mSessionMapper.isEmpty()); in testStartInvisibleChildSession()
108 mTestSessionManager.mCurrentThreadId = () -> TEST_PARENT_THREAD_ID; in testStartInvisibleChildSession()
[all …]