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

  /packages/apps/Calendar/src/com/android/calendar/
CalendarController.java 101 final long CREATE_EVENT = 1L;
181 * For EventType.CREATE_EVENT:
252 * Pass to the ExtraLong parameter for EventType.CREATE_EVENT to create
512 & (EventType.CREATE_EVENT | EventType.EDIT_EVENT | EventType.VIEW_EVENT_DETAILS))
599 if (event.eventType == EventType.CREATE_EVENT) {
    [all...]
DayView.java     [all...]
AllInOneActivity.java 779 this, EventType.CREATE_EVENT, -1, t.toMillis(true), 0, 0, 0, -1);
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/event/
CreateEventDialogFragment.java 163 EventType.CREATE_EVENT, -1, mDateInMillis,

Completed in 1069 milliseconds