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

/packages/apps/TV/src/com/android/tv/dvr/
H A DScheduler.java223 TvInputInfo input = Utils.getTvInputInfoForInputId(mContext, schedule.getInputId());
272 scheduler.updateTvInputInfo(Utils.getTvInputInfoForInputId(mContext, inputId));
H A DDvrScheduleManager.java132 .getTvInputInfoForInputId(mContext, schedule.getInputId());
159 .getTvInputInfoForInputId(mContext, schedule.getInputId());
195 .getTvInputInfoForInputId(mContext, schedule.getInputId());
580 TvInputInfo input = Utils.getTvInputInfoForInputId(mContext, seriesRecording.getInputId());
622 TvInputInfo input = Utils.getTvInputInfoForInputId(mContext, inputId);
642 TvInputInfo input = Utils.getTvInputInfoForInputId(mContext, schedule.getInputId());
661 TvInputInfo input = Utils.getTvInputInfoForInputId(mContext, schedule.getInputId());
H A DDvrManager.java300 TvInputInfo input = Utils.getTvInputInfoForInputId(mAppContext, series.getInputId());
/packages/apps/TV/src/com/android/tv/dvr/ui/list/
H A DSeriesScheduleRowAdapter.java64 TvInputInfo input = Utils.getTvInputInfoForInputId(context, mSeriesRecording.getInputId());
/packages/apps/TV/src/com/android/tv/util/
H A DUtils.java781 public static TvInputInfo getTvInputInfoForInputId(Context context, String inputId) { method in class:Utils

Completed in 86 milliseconds