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

/packages/apps/Contacts/src/com/android/contacts/logging/
H A DEditorEvent.java28 public static final class EventType { class in class:EditorEvent
/packages/apps/Calendar/src/com/android/calendar/
H A DCalendarController.java100 public interface EventType { interface in class:CalendarController
155 public long eventType; // one of the EventType
174 * For EventType.VIEW_EVENT:
181 * For EventType.CREATE_EVENT:
184 * For EventType.GO_TO:
190 * For EventType.UPDATE_TITLE:
196 if (eventType != EventType.VIEW_EVENT) {
204 if (eventType != EventType.VIEW_EVENT) {
252 * Pass to the ExtraLong parameter for EventType.CREATE_EVENT to create
258 * Pass to the ExtraLong parameter for EventType
[all...]

Completed in 235 milliseconds