Home
last modified time | relevance | path

Searched refs:RecordingType (Results 1 – 1 of 1) sorted by relevance

/aosp12/packages/apps/TV/src/com/android/tv/dvr/data/
H A DScheduledRecording.java147 private @RecordingType int mType;
196 private Builder setType(@RecordingType int type) { in setType()
388 public @interface RecordingType {} annotation in ScheduledRecording
394 @RecordingType private final int mType;
648 @RecordingType int type, in ScheduledRecording()
692 @RecordingType
857 private static @RecordingType int recordingType(String type) { in recordingType()
870 private static String recordingType(@RecordingType int type) { in recordingType()