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

/packages/apps/Calendar/src/com/android/calendar/
H A DCalendarController.java106 public interface EventType { interface in class:CalendarController
160 public long eventType; // one of the EventType
172 * For EventType.VIEW_EVENT:
179 * For EventType.CREATE_EVENT:
182 * For EventType.GO_TO:
188 * For EventType.UPDATE_TITLE:
194 if (eventType != EventType.VIEW_EVENT) {
202 if (eventType != EventType.VIEW_EVENT) {
250 * Pass to the ExtraLong parameter for EventType.CREATE_EVENT to create
256 * Pass to the ExtraLong parameter for EventType
[all...]

Completed in 49 milliseconds