Home
last modified time | relevance | path

Searched refs:LAUNCH_SELECT_VISIBLE_CALENDARS (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Calendar/src/com/android/calendar/
DCalendarController.java129 final long LAUNCH_SELECT_VISIBLE_CALENDARS = 1L << 11; field
592 if (event.eventType == EventType.LAUNCH_SELECT_VISIBLE_CALENDARS) { in sendEvent()
852 } else if ((eventInfo.eventType & EventType.LAUNCH_SELECT_VISIBLE_CALENDARS) != 0) { in eventInfoToString()
DAllInOneActivity.java782 mController.sendEvent(this, EventType.LAUNCH_SELECT_VISIBLE_CALENDARS, null, null, in onOptionsItemSelected()