Searched refs:TEST_PARENT_THREAD_ID (Results 1 – 1 of 1) sorted by relevance
50 private static final int TEST_PARENT_THREAD_ID = 0; field in SessionManagerTest89 mTestSessionManager.mCurrentThreadId = () -> TEST_PARENT_THREAD_ID; in testStartSession()92 Session testSession = mTestSessionManager.mSessionMapper.get(TEST_PARENT_THREAD_ID); in testStartSession()108 mTestSessionManager.mCurrentThreadId = () -> TEST_PARENT_THREAD_ID; in testStartInvisibleChildSession()115 Session testChildSession = mTestSessionManager.mSessionMapper.get(TEST_PARENT_THREAD_ID); in testStartInvisibleChildSession()132 mTestSessionManager.mCurrentThreadId = () -> TEST_PARENT_THREAD_ID; in testEndSession()134 Session testSession = mTestSessionManager.mSessionMapper.get(TEST_PARENT_THREAD_ID); in testEndSession()157 mTestSessionManager.mCurrentThreadId = () -> TEST_PARENT_THREAD_ID; in testEndInvisibleChildSession()161 Session testChildSession = mTestSessionManager.mSessionMapper.get(TEST_PARENT_THREAD_ID); in testEndInvisibleChildSession()167 Session testParentSession = mTestSessionManager.mSessionMapper.get(TEST_PARENT_THREAD_ID); in testEndInvisibleChildSession()[all …]