Home
last modified time | relevance | path

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

/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DSessionTest.java60 Session childSession = Log.getSessionManager() in testRecursion_printFullSessionTree()
91 Session childSession = Log.getSessionManager() in testRecursion_getFullMethodPath()
122 Session childSession = Log.getSessionManager() in testRecursion_getFullMethodPathTruncated()
154 Session childSession = Log.getSessionManager() in testRecursion_toString()
186 Session childSession = Log.getSessionManager() in testRecursion_toString_childCircDep()
216 Session childSession = Log.getSessionManager() in testRecursion_getInfo()
DTelecomTestCase.java55 Log.getSessionManager().mCleanStaleSessions = null; in setUp()
DTelecomSystemTest.java448 Log.getSessionManager().cleanupStaleSessions(0); in tearDown()
/packages/apps/TV/common/tests/robotests/src/com/android/tv/common/support/tis/
DBaseTvInputServiceTest.java81 protected SessionManager getSessionManager() { in getSessionManager() method in BaseTvInputServiceTest.TestTvInputService
124 tvInputService.getSessionManager().addSession(tvInputService.onCreateSession("test")); in testReceiver_actionEnabledChanged()
133 tvInputService.getSessionManager().addSession(tvInputService.onCreateSession("test")); in testReceiver_actionBlockedChanged()
142 tvInputService.getSessionManager().addSession(tvInputService.onCreateSession("test")); in testReceiver_invalidAction()
/packages/apps/TV/common/src/com/android/tv/common/support/tis/
DBaseTvInputService.java46 for (Session session : getSessionManager().getSessions()) {
61 SessionManager sessionManager = getSessionManager(); in onCreateSession()
89 protected abstract SessionManager getSessionManager(); in getSessionManager() method in BaseTvInputService