Searched refs:recurrence (Results 1 – 7 of 7) 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 40 verifyPopulateContentValues(recurrence, "FREQ=DAILY;UNTIL=20080222T000000Z", null, in testRecurrenceSet0() 47 String recurrence = "DTSTART;VALUE=DATE:20090821\nDTEND;VALUE=DATE:20090822\n" in testRecurrenceSet1() local 49 verifyPopulateContentValues(recurrence, "FREQ=YEARLY;WKST=SU", null, in testRecurrenceSet1() 56 String recurrence = "DTSTART;VALUE=DATE:20090821\nDTEND;VALUE=DATE:20090823\n" in testRecurrenceSet2() local 58 verifyPopulateContentValues(recurrence, "FREQ=YEARLY;WKST=SU", null, in testRecurrenceSet2() 65 String recurrence = "DTSTART;VALUE=DATE:20090821\n" in testRecurrenceSet3() local 69 verifyPopulateContentValues(recurrence, "FREQ=YEARLY;WKST=SU\nFREQ=MONTHLY;COUNT=3", null, in testRecurrenceSet3() 77 String recurrence = "DTSTART;TZID=America/Los_Angeles:20090821T010203\n" in testRecurrenceSet4() local 80 verifyPopulateContentValues(recurrence, null, in testRecurrenceSet4() [all …]
|
/frameworks/opt/calendar/src/com/android/calendarcommon2/ |
D | RecurrenceSet.java | 149 public static long[] parseRecurrenceDates(String recurrence) in parseRecurrenceDates() argument 154 int tzidx = recurrence.indexOf(";"); in parseRecurrenceDates() 156 tz = recurrence.substring(0, tzidx); in parseRecurrenceDates() 157 recurrence = recurrence.substring(tzidx + 1); in parseRecurrenceDates() 160 String[] rawDates = recurrence.split(","); in parseRecurrenceDates() 170 + " in recurrence " + recurrence); in parseRecurrenceDates() 526 private static String extractDates(ICalendar.Property recurrence) { in extractDates() argument 527 if (recurrence == null) { in extractDates() 531 recurrence.getFirstParameter("TZID"); in extractDates() 533 return tzidParam.value + ";" + recurrence.getValue(); in extractDates() [all …]
|
/frameworks/base/docs/html/google/play/billing/ |
D | billing_subscriptions.jd | 132 <li>Price: Default price of subscription per recurrence</li> 133 <li>Recurrence: Interval of billing recurrence</li> 457 <code>12999556515565155651.5565135565155651..0</code> (first recurrence orderID)<br /> 458 <code>12999556515565155651.5565135565155651..1</code> (second recurrence orderID)<br /> 459 <code>12999556515565155651.5565135565155651..2</code> (third recurrence orderID)<br />
|
/frameworks/base/services/core/jni/ |
D | com_android_server_location_GpsLocationProvider.cpp | 563 jobject /* obj */, jint mode, jint recurrence, jint min_interval, jint preferred_accuracy, in android_location_GpsLocationProvider_set_position_mode() argument 567 if (sGpsInterface->set_position_mode(mode, recurrence, min_interval, preferred_accuracy, in android_location_GpsLocationProvider_set_position_mode()
|
/frameworks/base/docs/html/guide/topics/providers/ |
D | calendar-provider.jd | 460 <td>The recurrence rule for the event format. For 469 <td>The recurrence dates for the event. 1042 <td>The recurrence rule for the event.</td>
|
/frameworks/base/services/core/java/com/android/server/location/ |
D | GpsLocationProvider.java | 2258 private native boolean native_set_position_mode(int mode, int recurrence, int min_interval, in native_set_position_mode() argument
|
/frameworks/base/docs/html/about/versions/ |
D | android-4.0.jd | 242 <li>{@link android.provider.CalendarContract.EventsColumns#RRULE Events.RRULE}: The recurrence
|