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 117 showEventInfo(mOnAttachedInfo, mOnAttachAllDay, true);
334 showEventInfo(event, vh != null ? vh.allDay : false, mForceReplace);
386 private void showEventInfo(EventInfo event, boolean allDay, boolean replaceFragment) {
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/
SearchActivity.java 187 private void showEventInfo(EventInfo event) {
359 showEventInfo(event);

Completed in 52 milliseconds