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

/packages/apps/Calendar/src/com/android/calendar/agenda/
H A DAgendaFragment.java117 showEventInfo(mOnAttachedInfo, mOnAttachAllDay, true);
334 showEventInfo(event, vh != null ? vh.allDay : false, mForceReplace);
386 private void showEventInfo(EventInfo event, boolean allDay, boolean replaceFragment) { method in class:AgendaFragment
390 Log.e(TAG, "showEventInfo, event ID = " + event.id);
415 Log.d(TAG, "showEventInfo: start: " + new Date(event.startTime.toMillis(true)));
416 Log.d(TAG, "showEventInfo: end: " + new Date(event.endTime.toMillis(true)));
417 Log.d(TAG, "showEventInfo: all day: " + allDay);
/packages/apps/Calendar/src/com/android/calendar/
H A DSearchActivity.java187 private void showEventInfo(EventInfo event) { method in class:SearchActivity
359 showEventInfo(event);

Completed in 49 milliseconds