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

/packages/apps/Calendar/src/com/android/calendar/
H A DCalendarController.java116 final long LAUNCH_SETTINGS = 1L << 6; field in interface:CalendarController.EventType
586 if (event.eventType == EventType.LAUNCH_SETTINGS) {
854 } else if ((eventInfo.eventType & EventType.LAUNCH_SETTINGS) != 0) {

Completed in 58 milliseconds