Home
last modified time | relevance | path

Searched defs:recurrence (Results 1 – 3 of 3) sorted by relevance

/frameworks/opt/calendar/tests/src/com/android/calendarcommon2/
DRecurrenceSetTest.java36 String recurrence = "DTSTART;TZID=America/New_York:20080221T070000\n" in testRecurrenceSet0() local
47 String recurrence = "DTSTART;VALUE=DATE:20090821\nDTEND;VALUE=DATE:20090822\n" in testRecurrenceSet1() local
56 String recurrence = "DTSTART;VALUE=DATE:20090821\nDTEND;VALUE=DATE:20090823\n" in testRecurrenceSet2() local
65 String recurrence = "DTSTART;VALUE=DATE:20090821\n" in testRecurrenceSet3() local
77 String recurrence = "DTSTART;TZID=America/Los_Angeles:20090821T010203\n" in testRecurrenceSet4() local
90 String recurrence = "DTSTART;TZID=America/Los_Angeles:20090821T070000\n" in testRecurrenceSet5() local
110 String recurrence = "DTSTART;TZID=GMT+05:30:20080221T070000\n" in testRecurrenceSetBadDstart() local
120 String recurrence = "DTSTART;TZID=America/New_York:20080221T070000\n" in testRecurrenceSetBadRrule() local
129 private void verifyPopulateContentValues(String recurrence, String rrule, String rdate, in verifyPopulateContentValues()
/frameworks/opt/calendar/src/com/android/calendarcommon2/
DRecurrenceSet.java149 public static long[] parseRecurrenceDates(String recurrence) in parseRecurrenceDates()
526 private static String extractDates(ICalendar.Property recurrence) { in extractDates()
/frameworks/base/services/core/jni/
Dcom_android_server_location_GnssLocationProvider.cpp681 jobject /* obj */, jint mode, jint recurrence, jint min_interval, jint preferred_accuracy, in android_location_GnssLocationProvider_set_position_mode()