HomeSort by relevance Sort by last modified time
    Searched refs:showEventInfo (Results 1 - 2 of 2) sorted by null

  /packages/apps/Calendar/src/com/android/calendar/agenda/
AgendaFragment.java 109 showEventInfo(mOnAttachedInfo, mOnAttachAllDay, true);
305 showEventInfo(event, vh != null ? vh.allDay : false, mForceReplace);
353 private void showEventInfo(EventInfo event, boolean allDay, boolean replaceFragment) {
357 Log.e(TAG, "showEventInfo, event ID = " + event.id);
  /packages/apps/Calendar/src/com/android/calendar/
SearchActivity.java 184 private void showEventInfo(EventInfo event) {
351 showEventInfo(event);

Completed in 160 milliseconds