Home
last modified time | relevance | path

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

/frameworks/opt/calendar/src/com/android/calendarcommon2/
DEventRecurrence.java94 sParsePartMap.put("BYSETPOS", new ParseBySetPos());
888 private static class ParseBySetPos extends PartParser { class in EventRecurrence