Searched refs:getTvInputInfoForInputId (Results 1 – 5 of 5) sorted by relevance
/packages/apps/TV/src/com/android/tv/dvr/ |
D | DvrScheduleManager.java | 129 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()
|
D | DvrManager.java | 346 TvInputInfo input = Utils.getTvInputInfoForInputId(mAppContext, series.getInputId()); in addScheduleToSeriesRecording()
|
/packages/apps/TV/src/com/android/tv/dvr/recorder/ |
D | RecordingScheduler.java | 280 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/ |
D | SeriesScheduleRowAdapter.java | 64 TvInputInfo input = Utils.getTvInputInfoForInputId(context, mSeriesRecording.getInputId()); in SeriesScheduleRowAdapter()
|
/packages/apps/TV/src/com/android/tv/util/ |
D | Utils.java | 751 public static TvInputInfo getTvInputInfoForInputId(Context context, String inputId) { in getTvInputInfoForInputId() method in Utils
|