Home
last modified time | relevance | path

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

/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DSessionManagerTest.java45 private static final String TEST_PARENT_NAME = "testParent"; field in SessionManagerTest
88 mTestSessionManager.startSession(TEST_PARENT_NAME, null); in testStartSession()
91 assertEquals(TEST_PARENT_NAME, testSession.getShortMethodName()); in testStartSession()
107 mTestSessionManager.startSession(TEST_PARENT_NAME, null); in testStartInvisibleChildSession()
117 assertEquals(TEST_PARENT_NAME, testChildSession.getParentSession().getShortMethodName()); in testStartInvisibleChildSession()
131 mTestSessionManager.startSession(TEST_PARENT_NAME, null); in testEndSession()
156 mTestSessionManager.startSession(TEST_PARENT_NAME, null); in testEndInvisibleChildSession()
166 assertEquals(TEST_PARENT_NAME, testParentSession.getShortMethodName()); in testEndInvisibleChildSession()
180 mTestSessionManager.startSession(TEST_PARENT_NAME, null); in testCreateSubsession()
187 assertEquals(TEST_PARENT_NAME, testSession.getParentSession().getShortMethodName()); in testCreateSubsession()
[all …]