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

/packages/apps/TV/src/com/android/tv/dvr/
H A DDvrScheduleManager.java133 .getTvInputInfoForInputId(mContext, schedule.getInputId());
160 .getTvInputInfoForInputId(mContext, schedule.getInputId());
195 .getTvInputInfoForInputId(mContext, schedule.getInputId());
570 TvInputInfo input = Utils.getTvInputInfoForInputId(mContext, seriesRecording.getInputId());
621 TvInputInfo input = Utils.getTvInputInfoForInputId(mContext, inputId);
641 TvInputInfo input = Utils.getTvInputInfoForInputId(mContext, schedule.getInputId());
660 TvInputInfo input = Utils.getTvInputInfoForInputId(mContext, schedule.getInputId());
H A DDvrManager.java302 TvInputInfo input = Utils.getTvInputInfoForInputId(mAppContext, series.getInputId());
/packages/apps/TV/src/com/android/tv/dvr/recorder/
H A DRecordingScheduler.java269 TvInputInfo input = Utils.getTvInputInfoForInputId(mContext, schedule.getInputId());
318 inputTaskScheduler.updateTvInputInfo(Utils.getTvInputInfoForInputId(mContext, inputId));
/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.java835 public static TvInputInfo getTvInputInfoForInputId(Context context, String inputId) { method in class:Utils

Completed in 133 milliseconds