HomeSort by relevance Sort by last modified time
    Searched defs:rrule (Results 1 - 20 of 20) sorted by null

  /packages/apps/Calendar/src/com/android/calendar/alerts/
AlertAdapter.java 57 String rrule = cursor.getString(AlertActivity.INDEX_RRULE); local
58 if (!TextUtils.isEmpty(rrule)) {
  /packages/providers/CalendarProvider/
maketests.py 38 RRULE = re.compile("RRULE:(.*)")
81 rrule = "" variable
99 re_rrule = RRULE.match(s)
101 rrule = re_rrule.group(1) variable
118 print " \"" + rrule + "\","
  /frameworks/opt/calendar/src/com/android/calendarcommon2/
RecurrenceSet.java 55 String rruleStr = values.getAsString(CalendarContract.Events.RRULE);
65 * CalendarProvider. The cursor must contain the RRULE, RDATE, EXRULE,
68 * @param cursor The cursor containing the RRULE, RDATE, EXRULE, and EXDATE
73 int rruleColumn = cursor.getColumnIndex(CalendarContract.Events.RRULE);
99 EventRecurrence rrule = new EventRecurrence(); local
100 rrule.parse(rruleStrs[i]);
101 rrules[i] = rrule;
180 * Populates the database map of values with the appropriate RRULE, RDATE,
187 * one of DTEND/DURATION, and one of RRULE/RDATE. Returns false if
211 String rrule = flattenProperties(component, "RRULE") local
    [all...]
  /frameworks/opt/calendar/tests/src/com/android/calendarcommon2/
RecurrenceProcessorTest.java 63 public void verifyRecurrence(String dtstartStr, String rrule, String rdate, String exrule,
66 verifyRecurrence(dtstartStr, rrule, rdate, exrule, exdate, rangeStartStr,
70 public void verifyRecurrence(String dtstartStr, String rrule, String rdate, String exrule,
79 + " RRULE:" + rrule
107 RecurrenceSet recur = new RecurrenceSet(rrule, rdate, exrule, exdate);
121 Log.i(TAG, "DTSTART:" + dtstartStr + " RRULE:" + rrule);
133 Log.i(TAG, "DTSTART:" + dtstartStr + " RRULE:" + rrule);
2472 String rrule = performanceRrules[i]; local
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/
CalendarEventModel.java 342 String rrule = intent.getStringExtra(Events.RRULE); local
343 if (!TextUtils.isEmpty(rrule)) {
344 mRrule = rrule;
682 // if the rrule is no longer empty check if this is an exception
Event.java 81 Instances.RRULE, // 14
408 String rrule = cEvents.getString(PROJECTION_RRULE_INDEX); local
410 if (!TextUtils.isEmpty(rrule) || !TextUtils.isEmpty(rdate)) {
  /packages/apps/Calendar/src/com/android/calendar/recurrencepicker/
RecurrencePickerDialog.java 644 String rrule = b.getString(BUNDLE_RRULE); local
645 if (!TextUtils.isEmpty(rrule)) {
647 mRecurrence.parse(rrule);
    [all...]
  /packages/providers/CalendarProvider/src/com/android/providers/calendar/
CalendarInstancesHelper.java 113 Events.RRULE,
173 int rruleColumn = entries.getColumnIndex(Events.RRULE);
265 Log.w(CalendarProvider2.TAG, "Could not parse RRULE recurrence string: "
613 * This may be a recurring event (has an RRULE or RDATE), an exception to a recurring
650 String rrule = values.getAsString(Events.RRULE); local
654 if (CalendarProvider2.isRecurrenceEvent(rrule, rdate, originalId, originalSyncId)) {
    [all...]
CalendarDatabaseHelper.java 102 Events.RRULE + "," +
548 CalendarContract.Events.RRULE + " TEXT," +
615 + "rrule TEXT,"
2546 String rrule = cursor.getString(8); local
    [all...]
CalendarProvider2.java 107 Events.RRULE,
403 ALLOWED_IN_EXCEPTION.add(Events.RRULE);
2081 String rrule = values.getAsString(Events.RRULE); local
2448 String rrule = values.getAsString(Events.RRULE); local
3250 String rrule = cursor.getString(EVENTS_RRULE_INDEX); local
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/util/
VTimeZone.java 399 private static final String ICAL_RRULE = "RRULE";
542 boolean isRRULE = false; // true if the rule is described by RRULE
543 List<String> dates = null; // list of RDATE or RRULE strings
609 // RDATE mixed with RRULE is not supported
625 // RRULE mixed with RDATE is not supported
824 * Create a TimeZoneRule by the RRULE definition
832 String rrule = dates.get(0); local
835 int[] ruleFields = parseRRULE(rrule, until);
837 // Invalid RRULE
884 // Check if BYMONTH + BYMONTHDAY + BYDAY rule with multiple RRULE lines
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
VTimeZone.java 430 private static final String ICAL_RRULE = "RRULE";
573 boolean isRRULE = false; // true if the rule is described by RRULE
574 List<String> dates = null; // list of RDATE or RRULE strings
640 // RDATE mixed with RRULE is not supported
656 // RRULE mixed with RDATE is not supported
855 * Create a TimeZoneRule by the RRULE definition
863 String rrule = dates.get(0); local
866 int[] ruleFields = parseRRULE(rrule, until);
868 // Invalid RRULE
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/event/
EditEventHelper.java 80 Events.RRULE, // 11
368 // ignore the RRULE returned because the exception event doesn't want one.
390 values.put(Events.RRULE, newRrule);
649 values.remove(Events.RRULE);
688 * update to the old event's rrule to do that.
691 * RRULE for the exception event.
723 * TODO: the model assumes RRULE and ignores RDATE, EXRULE, and EXDATE. For the
909 String rrule = model.mRrule; local
1217 String rrule = model.mRrule; local
    [all...]
  /external/icu/icu4c/source/i18n/
vtzone.cpp 54 static const UChar ICAL_RRULE[] = {0x52, 0x52, 0x55, 0x4C, 0x45, 0}; /* "RRULE" */
369 * Parse individual RRULE
380 static void parseRRULE(const UnicodeString& rrule, int32_t& month, int32_t& dow, int32_t& wim,
401 prop_end = rrule.indexOf(SEMICOLON, prop_start);
403 prop.setTo(rrule, prop_start);
406 prop.setTo(rrule, prop_start, prop_end - prop_start);
538 UnicodeString rrule = *((UnicodeString*)dates->elementAt(0)); local
544 parseRRULE(rrule, month, dayOfWeek, nthDayOfWeek, days, daysCount, until, status);
588 // Check if BYMONTH + BYMONTHDAY + BYDAY rule with multiple RRULE lines.
614 rrule = *((UnicodeString*)dates->elementAt(i))
    [all...]
  /cts/tests/tests/provider/src/android/provider/cts/
CalendarTest.java 330 Events.RRULE,
421 // Events.RRULE,
441 * @param rrule Recurrence rule
446 String rrule) {
458 values.put(Events.RRULE, rrule);
3050 String rrule = "FREQ=DAILY;WKST=MO;COUNT=100"; local
3106 String rrule = "FREQ=DAILY;WKST=MO;COUNT=5\\nFREQ=WEEKLY;WKST=SU;COUNT=5"; local
3132 String rrule = "FREQ=OFTEN;WKST=MO"; local
    [all...]
  /packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/
CalendarProvider2Test.java 551 String rrule, boolean allDay) {
552 init(title, description, startDate, endDate, rrule, allDay, DEFAULT_TIMEZONE);
557 String rrule, boolean allDay, String timezone) {
558 init(title, description, startDate, endDate, rrule, allDay, timezone);
562 String rrule, boolean allDay, String timezone) {
588 mRrule = rrule;
612 init(title, description, startDate, endDate, null /* rrule */, allDay, timezone);
1284 String rrule = cursor.getString(5); local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/53.1/
icu4j-53.1.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar 

Completed in 2541 milliseconds