Searched refs:DAILY (Results 1 - 3 of 3) sorted by relevance

/frameworks/opt/calendar/tests/src/com/android/calendarcommon2/
H A DEventRecurrenceTest.java101 verifyRecurType("FREQ=DAILY",
102 /* int freq */ EventRecurrence.DAILY,
186 verifyRecurType("FREQ=DAILY;UNTIL=112233T223344Z",
187 /* int freq */ EventRecurrence.DAILY,
208 verifyRecurType("FREQ=DAILY;COUNT=334",
209 /* int freq */ EventRecurrence.DAILY,
230 verifyRecurType("FREQ=DAILY;INTERVAL=5000",
231 /* int freq */ EventRecurrence.DAILY,
252 verifyRecurType("FREQ=DAILY"
262 /* int freq */ EventRecurrence.DAILY,
[all...]
/frameworks/opt/calendar/src/com/android/calendarcommon2/
H A DEventRecurrence.java36 public static final int DAILY = 4; field in class:EventRecurrence
120 sParseFreqMap.put("DAILY", DAILY);
337 case DAILY:
338 s.append("DAILY");
H A DRecurrenceProcessor.java222 if (EventRecurrence.DAILY >= freq) {
489 * Only call this if the r.freq > DAILY. Otherwise, we should be
787 case EventRecurrence.DAILY:

Completed in 304 milliseconds