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

/packages/apps/Calendar/src/com/android/calendar/
H A DCalendarController.java114 final long GO_TO = 1L << 5; field in interface:CalendarController.EventType
161 // - local time for GO_TO commands
184 * For EventType.GO_TO:
258 * Pass to the ExtraLong parameter for EventType.GO_TO to signal the time
840 if ((eventInfo.eventType & EventType.GO_TO) != 0) {

Completed in 169 milliseconds