Home
last modified time | relevance | path

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

/packages/apps/TV/src/com/android/tv/dvr/
DDvrScheduleManager.java129 Utils.getTvInputInfoForInputId(mContext, schedule.getInputId()); in DvrScheduleManager()
157 Utils.getTvInputInfoForInputId(mContext, schedule.getInputId()); in DvrScheduleManager()
193 Utils.getTvInputInfoForInputId(mContext, schedule.getInputId()); in DvrScheduleManager()
548 TvInputInfo input = Utils.getTvInputInfoForInputId(mContext, seriesRecording.getInputId()); in getConflictingSchedules()
601 TvInputInfo input = Utils.getTvInputInfoForInputId(mContext, inputId); in getConflictingSchedulesInfo()
621 TvInputInfo input = Utils.getTvInputInfoForInputId(mContext, schedule.getInputId()); in isConflicting()
640 TvInputInfo input = Utils.getTvInputInfoForInputId(mContext, schedule.getInputId()); in isPartiallyConflicting()
DDvrManager.java346 TvInputInfo input = Utils.getTvInputInfoForInputId(mAppContext, series.getInputId()); in addScheduleToSeriesRecording()
/packages/apps/TV/src/com/android/tv/dvr/recorder/
DRecordingScheduler.java280 TvInputInfo input = Utils.getTvInputInfoForInputId(mContext, schedule.getInputId()); in scheduleRecordingSoon()
344 inputTaskScheduler.updateTvInputInfo(Utils.getTvInputInfoForInputId(mContext, inputId)); in onInputUpdated()
/packages/apps/TV/src/com/android/tv/dvr/ui/list/
DSeriesScheduleRowAdapter.java64 TvInputInfo input = Utils.getTvInputInfoForInputId(context, mSeriesRecording.getInputId()); in SeriesScheduleRowAdapter()
/packages/apps/TV/src/com/android/tv/util/
DUtils.java751 public static TvInputInfo getTvInputInfoForInputId(Context context, String inputId) { in getTvInputInfoForInputId() method in Utils