Home
last modified time | relevance | path

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

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