Home
last modified time | relevance | path

Searched defs:testSession (Results 1 – 3 of 3) sorted by relevance

/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DSessionManagerTest.java90 Session testSession = mTestSessionManager.mSessionMapper.get(TEST_PARENT_THREAD_ID); in testStartSession() local
132 Session testSession = mTestSessionManager.mSessionMapper.get(TEST_PARENT_THREAD_ID); in testEndSession() local
182 Session testSession = mTestSessionManager.createSubsession(); in testCreateSubsession() local
205 Session testSession = mTestSessionManager.createSubsession(); in testCancelSubsession() local
226 Session testSession = mTestSessionManager.createSubsession(); in testContinueSubsession() local
250 Session testSession = mTestSessionManager.createSubsession(); in testEndSubsession() local
381 Session testSession = mTestSessionManager.createSubsession(); in testFullMethodPath() local
/packages/apps/TV/common/tests/robotests/src/com/android/tv/common/support/tis/
DSimpleSessionManagerTest.java54 WrappedSession testSession = createTestSession(); in onRelease() local
63 WrappedSession testSession = createTestSession(); in onRelease_withUnRegisteredSession() local
72 WrappedSession testSession = createTestSession(); in getSessions() local
DTisSessionTest.java34 private TestSession testSession; field in TisSessionTest