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

  /packages/apps/Calendar/src/com/android/calendar/widget/
CalendarAppWidgetModel.java 298 start = Utils.convertAlldayUtcToLocal(recycle, start, tz);
299 end = Utils.convertAlldayUtcToLocal(recycle, end, tz);
  /packages/apps/Calendar/src/com/android/calendar/alerts/
AlertService.java 449 startAdjustedForAllDay = Utils.convertAlldayUtcToLocal(t, info.startMillis,
451 endAdjustedForAllDay = Utils.convertAlldayUtcToLocal(t, info.startMillis,
612 beginTimeAdjustedForAllDay = Utils.convertAlldayUtcToLocal(null, beginTime,
621 oldBeginTimeAdjustedForAllDay = Utils.convertAlldayUtcToLocal(null,
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/agenda/
AgendaByDayAdapter.java 314 startTime = Utils.convertAlldayUtcToLocal(tempTime, startTime, mTimeZone);
315 endTime = Utils.convertAlldayUtcToLocal(tempTime, endTime, mTimeZone);
  /packages/apps/Calendar/src/com/android/calendar/
Utils.java 559 public static long convertAlldayUtcToLocal(Time recycle, long utcTime, String tz) {
    [all...]
AllInOneActivity.java     [all...]

Completed in 554 milliseconds