Searched refs:mSchedule (Results 1 - 3 of 3) sorted by relevance

/packages/apps/TV/src/com/android/tv/dvr/ui/list/
H A DScheduleRow.java31 @Nullable private ScheduledRecording mSchedule; field in class:ScheduleRow
36 mSchedule = recording;
52 return mSchedule;
89 mSchedule = schedule;
96 return mSchedule != null ? mSchedule.getChannelId() : -1;
103 return mSchedule != null ? mSchedule.getStartTimeMs() : -1;
110 return mSchedule != null ? mSchedule
[all...]
/packages/apps/Settings/src/com/android/settings/notification/
H A DZenModeScheduleRuleSettings.java64 private ScheduleInfo mSchedule; field in class:ZenModeScheduleRuleSettings
68 mSchedule = rule != null ? ZenModeConfig.tryParseScheduleConditionId(rule.getConditionId())
70 return mSchedule != null;
108 if (hour == mSchedule.startHour && minute == mSchedule.startMinute) {
112 mSchedule.startHour = hour;
113 mSchedule.startMinute = minute;
114 updateRule(ZenModeConfig.toScheduleConditionId(mSchedule));
130 if (hour == mSchedule.endHour && minute == mSchedule
[all...]
/packages/apps/TV/src/com/android/tv/dvr/ui/
H A DDvrStopRecordingFragment.java70 private ScheduledRecording mSchedule; field in class:DvrStopRecordingFragment
82 if (schedule.getId() == mSchedule.getId()) {
92 if (schedule.getId() == mSchedule.getId()
107 mSchedule = getDvrManager().getCurrentRecording(channelId);
108 if (mSchedule == null) {
132 mSchedule.getProgramDisplayTitle(getContext()));

Completed in 88 milliseconds