Searched refs:ID_NOT_SET (Results 1 – 8 of 8) sorted by relevance
132 .checkState(scheduledRecording.getId() == ScheduledRecording.ID_NOT_SET, TAG, in addScheduledRecordingInternal()133 "expected id of " + ScheduledRecording.ID_NOT_SET + " but was " in addScheduledRecordingInternal()144 SoftPreconditions.checkState(recordedProgram.getId() == RecordedProgram.ID_NOT_SET, TAG, in addRecordedProgramInternal()145 "expected id of " + RecordedProgram.ID_NOT_SET + " but was " + recordedProgram); in addRecordedProgramInternal()
266 if (r.getProgramId() != ScheduledRecording.ID_NOT_SET) { in addScheduledRecording()292 if (scheduledRecording.getProgramId() != ScheduledRecording.ID_NOT_SET) { in removeScheduledRecording()325 != ScheduledRecording.ID_NOT_SET) { in updateScheduledRecording()335 if (programId != ScheduledRecording.ID_NOT_SET) { in updateScheduledRecording()
45 public static final long ID_NOT_SET = -1; field in ScheduledRecording92 private long mId = ID_NOT_SET;95 private long mProgramId = ID_NOT_SET;
229 mTvRecordingClient.startRecording(programId == ScheduledRecording.ID_NOT_SET ? null in handleStartRecording()
38 return createTestRecordingWithIdAndPeriod(ScheduledRecording.ID_NOT_SET, channelId, in createTestRecordingWithPeriod()
40 public static final int ID_NOT_SET = -1; field in RecordedProgram116 if (recordedProgram.mId != ID_NOT_SET) { in toValues()173 private long mId = ID_NOT_SET;
74 if (programId == ScheduledRecording.ID_NOT_SET) { in onBindViewHolder()
145 Program p = r.getProgramId() == ScheduledRecording.ID_NOT_SET ? null in createRecordingTask()