Home
last modified time | relevance | path

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

/packages/apps/TV/src/com/android/tv/dvr/
DDvrSessionManager.java51 private final ArrayMap<String, TvInputInfo> mRecordingTvInputs = new ArrayMap<>(); field in DvrSessionManager
69 mRecordingTvInputs.put(info.getId(), info); in DvrSessionManager()
83 TvInputInfo info = mRecordingTvInputs.get(inputId); in canAcquireDvrSession()
100 mRecordingTvInputs.put(inputId, info); in onInputAdded()
108 mRecordingTvInputs.remove(inputId); in onInputRemoved()
120 mRecordingTvInputs.put(inputId, info); in onInputUpdated()
122 mRecordingTvInputs.remove(inputId); in onInputUpdated()
128 return mRecordingTvInputs.get(inputId); in getTvInputInfo()