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.java92 sParsePartMap.put("BYSETPOS", new ParseBySetPos());
886 private static class ParseBySetPos extends PartParser { class in EventRecurrence