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.java832 long untilDateValue; in expand() local
849 untilDateValue = normDateTimeComparisonValue(until); in expand()
851 untilDateValue = Long.MAX_VALUE; in expand()
1015 if (genDateValue > untilDateValue) { in expand()
1018 + untilDateValue in expand()