Searched refs:TEST_PARENT_THREAD_ID (Results 1 – 1 of 1) sorted by relevance
46 private static final int TEST_PARENT_THREAD_ID = 0; field in SessionManagerTest87 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 …]