Home
last modified time | relevance | path

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

/frameworks/opt/calendar/tests/src/com/android/calendarcommon2/
DRecurrenceSetTest.java39 String recurrence = "DTSTART;TZID=America/New_York:20080221T070000\n" in testRecurrenceSet0() local
54 String recurrence = "DTSTART;VALUE=DATE:20090821\nDTEND;VALUE=DATE:20090822\n" in testRecurrenceSet1() local
65 String recurrence = "DTSTART;VALUE=DATE:20090821\nDTEND;VALUE=DATE:20090823\n" in testRecurrenceSet2() local
76 String recurrence = "DTSTART;VALUE=DATE:20090821\n" in testRecurrenceSet3() local
92 String recurrence = "DTSTART;TZID=America/Los_Angeles:20090821T010203\n" in testRecurrenceSet4() local
107 String recurrence = "DTSTART;TZID=America/Los_Angeles:20090821T070000\n" in testRecurrenceSet5() local
131 final String recurrence = "DTSTART;VALUE=DATE:20090821\n" in testRecurrenceSet6() local
166 String recurrence = "DTSTART;TZID=GMT+05:30:20080221T070000\n" in testRecurrenceSetBadDstart() local
176 String recurrence = "DTSTART;TZID=America/New_York:20080221T070000\n" in testRecurrenceSetBadRrule() local
237 private ContentValues verifyPopulateContentValues(String recurrence, String rrule, String rdate, in verifyPopulateContentValues()
/frameworks/base/services/core/java/com/android/server/location/
DGnssPositionMode.java10 private final int recurrence; field in GnssPositionMode
16 public GnssPositionMode(int mode, int recurrence, int minInterval, in GnssPositionMode()
DGnssLocationProvider.java1091 private boolean setPositionMode(int mode, int recurrence, int minInterval, in setPositionMode()
/frameworks/opt/calendar/src/com/android/calendarcommon2/
DRecurrenceSet.java147 public static long[] parseRecurrenceDates(String recurrence) in parseRecurrenceDates()
524 private static String extractDates(ICalendar.Property recurrence) { in extractDates()
/frameworks/base/services/core/jni/
Dcom_android_server_location_GnssLocationProvider.cpp2012 jobject /* obj */, jint mode, jint recurrence, jint min_interval, jint preferred_accuracy, in android_location_GnssLocationProvider_set_position_mode()