Home
last modified time | relevance | path

Searched defs:monthLength (Results 1 – 1 of 1) sorted by relevance

/frameworks/opt/calendar/src/com/android/calendarcommon2/
DRecurrenceProcessor.java1192 int monthLength = monthLength(year, month); in unsafeNormalize() local
1247 static int monthLength(int year, int month) { in monthLength() method in RecurrenceProcessor