Searched refs:mSchedule (Results 1 – 4 of 4) sorted by relevance
28 @Nullable private ScheduledRecording mSchedule; field in ScheduleRow33 mSchedule = recording; in ScheduleRow()45 return mSchedule; in getSchedule()72 mSchedule = schedule; in setSchedule()77 return mSchedule != null ? mSchedule.getChannelId() : -1; in getChannelId()82 return mSchedule != null ? mSchedule.getStartTimeMs() : -1; in getStartTimeMs()87 return mSchedule != null ? mSchedule.getEndTimeMs() : -1; in getEndTimeMs()103 return mSchedule != null in isRecordingNotStarted()104 && mSchedule.getState() == ScheduledRecording.STATE_RECORDING_NOT_STARTED; in isRecordingNotStarted()109 return mSchedule != null in isRecordingInProgress()[all …]
67 private ScheduleInfo mSchedule; field in ZenModeScheduleRuleSettings71 mSchedule = rule != null ? ZenModeConfig.tryParseScheduleConditionId(rule.getConditionId()) in setRule()73 return mSchedule != null; in setRule()105 if (hour == mSchedule.startHour && minute == mSchedule.startMinute) { in onCreateInternal()109 mSchedule.startHour = hour; in onCreateInternal()110 mSchedule.startMinute = minute; in onCreateInternal()111 updateRule(ZenModeConfig.toScheduleConditionId(mSchedule)); in onCreateInternal()127 if (hour == mSchedule.endHour && minute == mSchedule.endMinute) { in onCreateInternal()131 mSchedule.endHour = hour; in onCreateInternal()132 mSchedule.endMinute = minute; in onCreateInternal()[all …]
61 private ScheduledRecording mSchedule; field in DvrStopRecordingFragment73 if (schedule.getId() == mSchedule.getId()) {83 if (schedule.getId() == mSchedule.getId()98 mSchedule = getDvrManager().getCurrentRecording(channelId); in onAttach()99 if (mSchedule == null) { in onAttach()125 mSchedule.getProgramDisplayTitle(getContext())); in onCreateGuidance()