Searched defs:SECONDLY (Results 1 - 1 of 1) sorted by relevance

/frameworks/opt/calendar/src/com/android/calendarcommon2/
H A DEventRecurrence.java33 public static final int SECONDLY = 1; field in class:EventRecurrence
51 public int freq; // SECONDLY, MINUTELY, etc.
117 sParseFreqMap.put("SECONDLY", SECONDLY);
328 case SECONDLY:
329 s.append("SECONDLY");
724 /** parses FREQ={SECONDLY,MINUTELY,...} */

Completed in 48 milliseconds