/packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/ |
SyncCalendarTest.java | 52 assertTrue("A daily recurring event should have been created.", 55 assertEquals("Daily recurring event should have been deleted.",
|
CalendarDatabaseHelperTest.java | 78 "originalEvent TEXT," + // _sync_id of recurring event 108 // April 5th 1:01:01 AM to April 6th 1:01:01, recurring weekly (We only check for the
|
CalendarProvider2Test.java | 68 // recurrence exceptions that refer to recurring events. 722 * This sequence of commands creates a recurring event with a recurrence 755 * This sequence of commands creates a recurring event with a recurrence [all...] |
/external/opencore/oscl/oscl/osclproc/src/ |
oscl_timer.h | 159 void Request(int32 timerID, int32 timeoutInfo, int32 cycles, OsclTimerObserver *obs = 0, bool recurring = 0); 263 void OsclTimer<Alloc>::Request(int32 timerID, int32 param, int32 cycles, OsclTimerObserver *obs, bool recurring) 272 entry->iRecurring = recurring;
|
/packages/providers/CalendarProvider/src/com/android/providers/calendar/ |
CalendarDatabaseHelper.java | 273 "originalEvent TEXT," + // _sync_id of recurring event 601 // For non-recurring events dtstart and dtend should both have values 652 // For recurring events only dtstart and duration should be used. 654 // non-recurring event and won't be used otherwise. [all...] |
CalendarProvider2.java | 304 * The RFC2445 compliant original instance time of the recurring event for which this [all...] |
/external/opencore/protocols/systems/tools/general/common/src/ |
pvmf_buffer_data_source.cpp | 79 iTimer.Request(1/*timer id*/, ave_sample_sz/*timer info*/ , 1/*num ticks*/, this, 1/*recurring*/);
|
/frameworks/base/core/java/android/os/ |
SystemClock.java | 83 * recurring events which occur even when the device is in deep sleep
|
/packages/apps/Email/tests/src/com/android/exchange/adapter/ |
CalendarSyncAdapterTests.java | 61 // Recurring meeting lasting an hour
|
/frameworks/base/core/java/android/provider/ |
Calendar.java | 517 * The _sync_id of the original recurring event for which this event is 524 * The original instance time of the recurring event for which this 531 * The allDay status (true or false) of the original recurring event 599 * Contains one entry per calendar event. Recurring events show up as a single entry. 796 * Contains one entry per calendar event. Recurring events show up as a single entry. [all...] |
/frameworks/base/core/java/android/app/ |
AlarmManager.java | 115 * broadcast. Recurring alarms that have gone undelivered because the 161 * set a recurring alarm for the top of every hour but the phone was asleep
|
/sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/ |
ThreadPanel.java | 97 /** Flag to tell the recurring thread update to stop running */ 514 * Initiate recurring events. We use a shorter "initialWait" so we do the
|
/external/opencore/doc/oscl_html/ |
oscl__timer_8h-source.html | 97 00142 <span class="keywordtype">void</span> <a class="code" href="classOsclTimer.html#a5">Request</a>(int32 timerID, int32 timeoutInfo, int32 cycles, <a class="code" href="classOsclTimerObserver.html">OsclTimerObserver</a> *obs = 0, <span class="keywordtype">bool</span> recurring = 0); 190 <a name="l00246"></a><a class="code" href="classOsclTimer.html#a5">00246</a> <span class="keywordtype">void</span> <a class="code" href="classOsclTimer.html#a5">OsclTimer<Alloc>::Request</a>(int32 timerID, int32 param, int32 cycles, <a class="code" href="classOsclTimerObserver.html">OsclTimerObserver</a> *obs, <span class="keywordtype">bool</span> recurring) 199 00255 entry->iRecurring = recurring;
|
classOsclTimer.html | 26 <tr><td nowrap align=right valign=top>void </td><td valign=bottom><a class="el" href="classOsclTimer.html#a5">Request</a> (int32 timerID, int32 timeoutInfo, int32 cycles, <a class="el" href="classOsclTimerObserver.html">OsclTimerObserver</a> *obs=0, bool recurring=0)</td></tr> 269 <td class="mdname" nowrap> <em>recurring</em> = 0</td>
|
/packages/apps/Calendar/src/com/android/calendar/ |
EditEvent.java | [all...] |
/frameworks/base/services/java/com/android/server/ |
AlarmManagerService.java | 201 // unbucketed recurring alarm implementation 545 // Recurring alarms may have passed several alarm intervals while the [all...] |
/packages/apps/Email/res/values/ |
strings.xml | [all...] |
/dalvik/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/lang/ |
ClassTest.java | 905 private boolean recurring = false; field in class:ClassTest.MyCombiner 908 if (recurring) { 912 recurring = true; 919 recurring = false; [all...] |
/external/openssl/crypto/0.9.9-dev/sha/ |
sha1-armv4-large.pl | 25 # with recurring code in two private functions;
|
/packages/apps/Email/src/com/android/exchange/utility/ |
CalendarUtilities.java | [all...] |
/packages/apps/Email/src/com/android/exchange/adapter/ |
CalendarSyncAdapter.java | 316 * Recurring events (i.e. events with RRULE) must have a DURATION 317 * All-day recurring events MUST have a DURATION that is in the form P<n>D 363 // For recurring events, set DURATION. Use P<n>D format for all day events [all...] |
/external/guava/src/com/google/common/collect/ |
MapMaker.java | 500 * task per entry. Then, we could have one recurring task per [all...] |
/packages/apps/Email/tests/src/com/android/exchange/utility/ |
CalendarUtilitiesTests.java | [all...] |
/frameworks/base/core/java/android/widget/ |
HorizontalScrollView.java | 394 * Shortcut the most recurring case: the user is in the dragging [all...] |
ScrollView.java | 392 * Shortcut the most recurring case: the user is in the dragging [all...] |