Searched defs:OPTION_CHANNEL_ALL (Results 1 - 2 of 2) sorted by relevance

/packages/apps/TV/src/com/android/tv/dvr/provider/
H A DDvrContract.java228 public static final String OPTION_CHANNEL_ALL = "OPTION_CHANNEL_ALL"; field in class:DvrContract.SeriesRecordings
326 * {@link #OPTION_CHANNEL_ALL}. The default value is OPTION_CHANNEL_ONE.
/packages/apps/TV/src/com/android/tv/dvr/data/
H A DSeriesRecording.java60 value = {OPTION_CHANNEL_ONE, OPTION_CHANNEL_ALL})
69 public static final int OPTION_CHANNEL_ALL = 1; field in class:SeriesRecording
231 case OPTION_CHANNEL_ALL:
232 return SeriesRecordings.OPTION_CHANNEL_ALL;
241 case SeriesRecordings.OPTION_CHANNEL_ALL:
242 return OPTION_CHANNEL_ALL;

Completed in 65 milliseconds