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

/packages/apps/Calendar/src/com/android/calendar/
H A DCalendarController.java104 final long VIEW_EVENT = 1L << 1; field in interface:CalendarController.EventType
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) {
844 } else if ((eventInfo.eventType & EventType.VIEW_EVENT) != 0) {

Completed in 53 milliseconds