HomeSort by relevance Sort by last modified time
    Searched refs:VIEW_EVENT (Results 1 - 6 of 6) sorted by null

  /packages/apps/Calendar/src/com/android/calendar/
CalendarController.java 104 final long VIEW_EVENT = 1L << 1;
162 // - UTC time for VIEW_EVENT and other event-related commands
174 * For EventType.VIEW_EVENT:
196 if (eventType != EventType.VIEW_EVENT) {
204 if (eventType != EventType.VIEW_EVENT) {
322 // The current use of this method for VIEW_EVENT is by the day view to show an EventInfo
604 } else if (event.eventType == EventType.VIEW_EVENT) {
    [all...]
SearchActivity.java 352 return EventType.VIEW_EVENT | EventType.DELETE_EVENT;
358 if (event.eventType == EventType.VIEW_EVENT) {
AllInOneActivity.java 545 mController.sendEventRelatedEventWithExtra(this, EventType.VIEW_EVENT, mViewEventId,
    [all...]
DayView.java 225 mController.sendEventRelatedEvent(this, EventType.VIEW_EVENT, mClickedEvent.id,
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/agenda/
AgendaListView.java 201 controller.sendEventRelatedEventWithExtra(this, EventType.VIEW_EVENT, item.id,
AgendaWindowAdapter.java 662 * Ensures that any all day events are converted to UTC before a VIEW_EVENT command is sent.
678 .sendEventRelatedEventWithExtra(this, EventType.VIEW_EVENT,
    [all...]

Completed in 875 milliseconds