Home | History | Annotate | Download | only in calendar

Lines Matching refs:date

1045         // Set the date and repeats (if any)
1055 // Put repeat after the date (if any)
1060 Time date = new Time(Utils.getTimeZone(getActivity(), mTZUpdater));
1062 date.timezone = Time.TIMEZONE_UTC;
1064 date.set(mStartMillis);
1065 eventRecurrence.setStartDate(date);
1069 // If an all day event , show the date without the time
1082 // Show date for none all-day events
1097 Time date = new Time(Utils.getTimeZone(getActivity(), mTZUpdater));
1099 date.timezone = Time.TIMEZONE_UTC;
1101 date.set(mStartMillis);
1107 displayName = tz.getDisplayName(date.isDst != 0, TimeZone.LONG);