HomeSort by relevance Sort by last modified time
    Searched refs:FAILED_REASON_INPUT_DVR_UNSUPPORTED (Results 1 - 3 of 3) sorted by null

  /packages/apps/TV/src/com/android/tv/dvr/provider/
DvrContract.java 97 public static final String FAILED_REASON_INPUT_DVR_UNSUPPORTED =
98 "FAILED_REASON_INPUT_DVR_UNSUPPORTED";
  /packages/apps/TV/src/com/android/tv/dvr/data/
ScheduledRecording.java 357 FAILED_REASON_INPUT_DVR_UNSUPPORTED,
372 public static final int FAILED_REASON_INPUT_DVR_UNSUPPORTED = 9;
840 case Schedules.FAILED_REASON_INPUT_DVR_UNSUPPORTED:
841 return FAILED_REASON_INPUT_DVR_UNSUPPORTED;
    [all...]
  /packages/apps/TV/src/com/android/tv/dvr/recorder/
RecordingScheduler.java 294 ScheduledRecording.FAILED_REASON_INPUT_DVR_UNSUPPORTED);

Completed in 866 milliseconds