Searched refs:getSessionManager (Results 1 – 5 of 5) sorted by relevance
60 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()
55 Log.getSessionManager().mCleanStaleSessions = null; in setUp()
448 Log.getSessionManager().cleanupStaleSessions(0); in tearDown()
81 protected SessionManager getSessionManager() { in getSessionManager() method in BaseTvInputServiceTest.TestTvInputService124 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()
46 for (Session session : getSessionManager().getSessions()) {61 SessionManager sessionManager = getSessionManager(); in onCreateSession()89 protected abstract SessionManager getSessionManager(); in getSessionManager() method in BaseTvInputService