Searched defs:EventType (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Calendar/src/com/android/calendar/
H A DCalendarController.java108 public interface EventType { interface in class:CalendarController
154 public long eventType; // one of the EventType
166 * For EventType.VIEW_EVENT:
171 * For EventType.CREATE_EVENT:
174 * For EventType.GO_TO:
180 * For EventType.UPDATE_TITLE:
187 * Pass to the ExtraLong parameter for EventType.CREATE_EVENT to create
193 * Pass to the ExtraLong parameter for EventType.GO_TO to signal the time
264 * @param eventType one of {@link EventType}
278 if (eventType == EventType
[all...]

Completed in 44 milliseconds