Lines Matching defs:event

17 package com.android.calendar.event;
81 "UTC", // 10 event timezone
176 // new recurring event
180 // update to recurring event
184 // replace recurring event with non-recurring event
188 // update non-recurring event with recurring event
196 // update to single instance of recurring event
200 // update all following with non-recurring event
204 // update all following with non-recurring event on first event in series
208 // update all following with recurring event on first event in series
212 // update all following with recurring event on second event in series
343 // -the event doesn't represent the same event as the original event
344 // -there's a uri but an original event is not provided
360 // Creates a model of a new event for saving
397 // Creates an original and an updated recurring event model
405 // Updating a recurring event with a new attendee list
443 // Creates an original and an updated recurring event model
451 // Updating a recurring event with a new attendee list
460 // Replace an existing recurring event with a non-recurring event
499 // Creates an original non-recurring and an updated recurring event model
507 // Updating a recurring event with a new attendee list
525 // Changing a non-recurring event to a recurring event should generate the same operations
526 // as just modifying a recurring event.
533 // Creates an original non-recurring and an updated recurring event model
541 // Updating a recurring event with a new attendee list
581 // Creates an original non-recurring and an updated recurring event model
597 // Modify the second instance of the event
642 // Creates an original and an updated recurring event model. The update starts on the 2nd
658 // Modify the second instance of the event
699 // Creates an original recurring and an updated non-recurring event model for the first
700 // instance. This should replace the original event with a non-recurring event.
717 // Move the event one day but keep original start set to the first instance
758 // Creates an original recurring and an updated recurring event model for the first instance
759 // This should replace the original event with a new recurrence
776 // Move the event one day but keep original start set to the first instance
813 // Creates an original recurring and an updated recurring event model
830 // Move the event one day and the original start so it references the second instance
959 mModel2.mStart += 120000; // move the event another 1 minute.
961 // shouldn't change for an allday event
1068 // considered the same if the event and calendar ids both match
1195 // It's considered the first event if the original start of the new model matches the
1366 // not an allday event so timezone isn't modified