Home
last modified time | relevance | path

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

/packages/apps/Exchange/exchange2/src/com/android/exchange/utility/
DCalendarUtilities.java1113 static String recurrenceUntilToEasUntil(String until) { in recurrenceUntilToEasUntil() argument
1117 localCalendar.setTimeInMillis(Utility.parseDateTimeToMillis(until)); in recurrenceUntilToEasUntil()
1141 String until = tokenFromRrule(rrule, "UNTIL="); in addCountIntervalAndUntil() local
1142 if (until != null) { in addCountIntervalAndUntil()
1143 s.data(Tags.CALENDAR_RECURRENCE_UNTIL, recurrenceUntilToEasUntil(until)); in addCountIntervalAndUntil()
1293 int dom, int wom, int moy, String until) { in rruleFromRecurrence() argument
1339 if (until != null) { in rruleFromRecurrence()
1340 rrule.append(";UNTIL=" + until); in rruleFromRecurrence()
/packages/apps/Calendar/src/com/android/calendar/
DDeleteEventHelper.java425 eventRecurrence.until = date.format2445(); in deleteRepeatingEvent()
/packages/apps/Exchange/exchange2/src/com/android/exchange/adapter/
DCalendarSyncAdapter.java796 String until = null; in recurrenceParser() local
822 until = getValue(); in recurrenceParser()
830 dow, dom, wom, moy, until); in recurrenceParser()
/packages/apps/Calendar/src/com/android/calendar/event/
DEditEventHelper.java737 origRecurrence.until = untilTime.format2445(); in updatePastEvents()
DEditEventView.java526 if (mEventRecurrence.until != null in isCustomRecurrence()
/packages/apps/LegacyCamera/jni/feature_stab/doc/
Ddbreg_API_doxyfile145 # will interpret the first line (until the first dot) of a JavaDoc-style
153 # interpret the first line (until the first dot) of a Qt-style
1067 # the generated latex document. The header should contain everything until
/packages/apps/Camera/jni/feature_mos/doc/
Dfeature_mos_API_doxyfile145 # will interpret the first line (until the first dot) of a JavaDoc-style
153 # interpret the first line (until the first dot) of a Qt-style
1067 # the generated latex document. The header should contain everything until
/packages/apps/LegacyCamera/jni/feature_mos/doc/
Dfeature_mos_API_doxyfile145 # will interpret the first line (until the first dot) of a JavaDoc-style
153 # interpret the first line (until the first dot) of a Qt-style
1067 # the generated latex document. The header should contain everything until
/packages/apps/Camera/jni/feature_stab/doc/
Ddbreg_API_doxyfile145 # will interpret the first line (until the first dot) of a JavaDoc-style
153 # interpret the first line (until the first dot) of a Qt-style
1067 # the generated latex document. The header should contain everything until
/packages/providers/CalendarProvider/src/com/android/providers/calendar/
DCalendarProvider2.java1666 origRecurrence.until = untilTime.format2445(); in setRecurrenceEnd()