Searched defs:recurrence (Results 1 – 4 of 4) sorted by relevance
/frameworks/opt/calendar/tests/src/com/android/calendarcommon2/ |
D | RecurrenceSetTest.java | 36 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/ |
D | RecurrenceSet.java | 149 public static long[] parseRecurrenceDates(String recurrence) in parseRecurrenceDates() 526 private static String extractDates(ICalendar.Property recurrence) { in extractDates()
|
/frameworks/base/services/jni/ |
D | com_android_server_location_GpsLocationProvider.cpp | 426 jint mode, jint recurrence, jint min_interval, jint preferred_accuracy, jint preferred_time) in android_location_GpsLocationProvider_set_position_mode()
|
/frameworks/base/services/java/com/android/server/location/ |
D | GpsLocationProvider.java | 1878 private native boolean native_set_position_mode(int mode, int recurrence, int min_interval, in native_set_position_mode()
|