Searched refs:mSchedule (Results 1 – 3 of 3) sorted by relevance
30 @Nullable private ScheduledRecording mSchedule; field in ScheduleRow35 mSchedule = recording; in ScheduleRow()51 return mSchedule; in getSchedule()88 mSchedule = schedule; in setSchedule()95 return mSchedule != null ? mSchedule.getChannelId() : -1; in getChannelId()102 return mSchedule != null ? mSchedule.getStartTimeMs() : -1; in getStartTimeMs()109 return mSchedule != null ? mSchedule.getEndTimeMs() : -1; in getEndTimeMs()131 return mSchedule != null in isRecordingNotStarted()132 && mSchedule.getState() == ScheduledRecording.STATE_RECORDING_NOT_STARTED; in isRecordingNotStarted()139 return mSchedule != null in isRecordingInProgress()[all …]
64 private ScheduleInfo mSchedule; field in ZenModeScheduleRuleSettings68 mSchedule = rule != null ? ZenModeConfig.tryParseScheduleConditionId(rule.getConditionId()) in setRule()70 return mSchedule != null; in setRule()108 if (hour == mSchedule.startHour && minute == mSchedule.startMinute) { in onCreateInternal()112 mSchedule.startHour = hour; in onCreateInternal()113 mSchedule.startMinute = minute; in onCreateInternal()114 updateRule(ZenModeConfig.toScheduleConditionId(mSchedule)); in onCreateInternal()130 if (hour == mSchedule.endHour && minute == mSchedule.endMinute) { in onCreateInternal()134 mSchedule.endHour = hour; in onCreateInternal()135 mSchedule.endMinute = minute; in onCreateInternal()[all …]
73 private ScheduledRecording mSchedule; field in DvrStopRecordingFragment85 if (schedule.getId() == mSchedule.getId()) {95 if (schedule.getId() == mSchedule.getId()110 mSchedule = getDvrManager().getCurrentRecording(channelId); in onAttach()111 if (mSchedule == null) { in onAttach()134 String programTitle = mSchedule.getProgramTitle(); in onCreateGuidance()138 Channel channel = channelDataManager.getChannel(mSchedule.getChannelId()); in onCreateGuidance()142 mSchedule.getProgramTitle()); in onCreateGuidance()