Home
last modified time | relevance | path

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

/frameworks/opt/calendar/src/com/android/calendarcommon2/
DEventRecurrence.java84 sParsePartMap.put("COUNT", new ParseCount());
752 private static class ParseCount extends PartParser { class in EventRecurrence