Searched defs:testSession (Results 1 – 3 of 3) sorted by relevance
90 Session testSession = mTestSessionManager.mSessionMapper.get(TEST_PARENT_THREAD_ID); in testStartSession() local132 Session testSession = mTestSessionManager.mSessionMapper.get(TEST_PARENT_THREAD_ID); in testEndSession() local182 Session testSession = mTestSessionManager.createSubsession(); in testCreateSubsession() local205 Session testSession = mTestSessionManager.createSubsession(); in testCancelSubsession() local226 Session testSession = mTestSessionManager.createSubsession(); in testContinueSubsession() local250 Session testSession = mTestSessionManager.createSubsession(); in testEndSubsession() local381 Session testSession = mTestSessionManager.createSubsession(); in testFullMethodPath() local
54 WrappedSession testSession = createTestSession(); in onRelease() local63 WrappedSession testSession = createTestSession(); in onRelease_withUnRegisteredSession() local72 WrappedSession testSession = createTestSession(); in getSessions() local
34 private TestSession testSession; field in TisSessionTest