HomeSort by relevance Sort by last modified time
    Searched refs:SECONDLY (Results 1 - 3 of 3) sorted by null

  /frameworks/opt/calendar/src/com/android/calendarcommon2/
EventRecurrence.java 33 public static final int SECONDLY = 1;
51 public int freq; // SECONDLY, MINUTELY, etc.
117 sParseFreqMap.put("SECONDLY", SECONDLY);
328 case SECONDLY:
329 s.append("SECONDLY");
724 /** parses FREQ={SECONDLY,MINUTELY,...} */
    [all...]
RecurrenceProcessor.java 273 if (EventRecurrence.SECONDLY >= freq) {
778 case EventRecurrence.SECONDLY:
819 boolean usebysecond = useBYX(freq, EventRecurrence.SECONDLY, bysecondCount);
    [all...]
  /frameworks/opt/calendar/tests/src/com/android/calendarcommon2/
EventRecurrenceTest.java 38 verifyRecurType("FREQ=SECONDLY",
39 /* int freq */ EventRecurrence.SECONDLY,
    [all...]

Completed in 69 milliseconds