Searched refs:mDvrSessionManager (Results 1 – 2 of 2) sorted by relevance
56 private final DvrSessionManager mDvrSessionManager; field in DvrManager67 mDvrSessionManager = appSingletons.getDvrSessionManger(); in DvrManager()167 TvInputInfo info = mDvrSessionManager.getTvInputInfo(channel.getInputId()); in getScheduledRecordingsThatConflict()201 TvInputInfo info = mDvrSessionManager.getTvInputInfo(inputId); in canRecord()
89 private DvrSessionManager mDvrSessionManager; field in TvApplication158 if (mDvrSessionManager == null) { in getDvrSessionManger()159 mDvrSessionManager = new DvrSessionManager(this); in getDvrSessionManger()161 return mDvrSessionManager; in getDvrSessionManger()