HomeSort by relevance Sort by last modified time
    Searched full:recordingtype (Results 1 - 1 of 1) sorted by null

  /packages/apps/TV/src/com/android/tv/dvr/
ScheduledRecording.java 96 private @RecordingType int mType;
124 private Builder setType(@RecordingType int type) {
179 public @interface RecordingType {}
189 @RecordingType private final int mType;
212 .setType(recordingType(c.getString(++index)))
261 @RecordingType int type, long startTime, long endTime,
278 @RecordingType
342 * Converts a string to a @RecordingType int, defaulting to {@link #TYPE_TIMED}.
344 private static @RecordingType int recordingType(String type)
    [all...]

Completed in 141 milliseconds