Home
last modified time | relevance | path

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

/frameworks/opt/calendar/src/com/android/calendarcommon2/
DRecurrenceProcessor.java834 long untilDateValue; in expand() local
851 untilDateValue = normDateTimeComparisonValue(until); in expand()
853 untilDateValue = Long.MAX_VALUE; in expand()
1017 if (genDateValue > untilDateValue) { in expand()
1020 + untilDateValue in expand()