Home
last modified time | relevance | path

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

/packages/apps/Calendar/src/com/android/calendar/agenda/
DAgendaFragment.java117 showEventInfo(mOnAttachedInfo, mOnAttachAllDay, true); in onAttach()
334 showEventInfo(event, vh != null ? vh.allDay : false, mForceReplace); in goTo()
386 private void showEventInfo(EventInfo event, boolean allDay, boolean replaceFragment) { in showEventInfo() method in AgendaFragment
/packages/apps/Calendar/src/com/android/calendar/
DSearchActivity.java187 private void showEventInfo(EventInfo event) { in showEventInfo() method in SearchActivity
359 showEventInfo(event); in handleEvent()