Home
last modified time | relevance | path

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

/packages/apps/Calendar/src/com/android/calendar/
DEventInfoActivity.java125 .launchViewEvent(mEventId, mStartMillis, mEndMillis, attendeeResponse); in onCreate()
DCalendarController.java657 public void launchViewEvent(long eventId, long startMillis, long endMillis, int response) { in launchViewEvent() method in CalendarController