Home
last modified time | relevance | path

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

/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DSessionManagerTest.java46 private static final int TEST_PARENT_THREAD_ID = 0; field in SessionManagerTest
87 mTestSessionManager.mCurrentThreadId = () -> TEST_PARENT_THREAD_ID; in testStartSession()
90 Session testSession = mTestSessionManager.mSessionMapper.get(TEST_PARENT_THREAD_ID); in testStartSession()
106 mTestSessionManager.mCurrentThreadId = () -> TEST_PARENT_THREAD_ID; in testStartInvisibleChildSession()
113 Session testChildSession = mTestSessionManager.mSessionMapper.get(TEST_PARENT_THREAD_ID); in testStartInvisibleChildSession()
130 mTestSessionManager.mCurrentThreadId = () -> TEST_PARENT_THREAD_ID; in testEndSession()
132 Session testSession = mTestSessionManager.mSessionMapper.get(TEST_PARENT_THREAD_ID); in testEndSession()
155 mTestSessionManager.mCurrentThreadId = () -> TEST_PARENT_THREAD_ID; in testEndInvisibleChildSession()
159 Session testChildSession = mTestSessionManager.mSessionMapper.get(TEST_PARENT_THREAD_ID); in testEndInvisibleChildSession()
165 Session testParentSession = mTestSessionManager.mSessionMapper.get(TEST_PARENT_THREAD_ID); in testEndInvisibleChildSession()
[all …]