Searched refs:convertAlldayUtcToLocal (Results 1 - 7 of 7) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/interactions/
H A DCalendarInteractionUtils.java44 long localStartMillis = convertAlldayUtcToLocal(null, startMillis, localTimezone);
45 long localEndMillis = convertAlldayUtcToLocal(null, endMillis, localTimezone);
107 private static long convertAlldayUtcToLocal(Time recycle, long utcTime, String tz) { method in class:CalendarInteractionUtils
/packages/apps/Calendar/src/com/android/calendar/widget/
H A DCalendarAppWidgetModel.java298 start = Utils.convertAlldayUtcToLocal(recycle, start, tz);
299 end = Utils.convertAlldayUtcToLocal(recycle, end, tz);
/packages/apps/Calendar/src/com/android/calendar/alerts/
H A DAlertService.java518 startAdjustedForAllDay = Utils.convertAlldayUtcToLocal(t, info.startMillis,
520 endAdjustedForAllDay = Utils.convertAlldayUtcToLocal(t, info.startMillis,
763 beginTimeAdjustedForAllDay = Utils.convertAlldayUtcToLocal(null, beginTime,
772 oldBeginTimeAdjustedForAllDay = Utils.convertAlldayUtcToLocal(null,
H A DAlarmScheduler.java207 localStartTime = Utils.convertAlldayUtcToLocal(timeObj, begin,
/packages/apps/Calendar/src/com/android/calendar/agenda/
H A DAgendaByDayAdapter.java317 startTime = Utils.convertAlldayUtcToLocal(tempTime, startTime, mTimeZone);
318 endTime = Utils.convertAlldayUtcToLocal(tempTime, endTime, mTimeZone);
/packages/apps/Calendar/src/com/android/calendar/
H A DUtils.java737 public static long convertAlldayUtcToLocal(Time recycle, long utcTime, String tz) { method in class:Utils
1419 long localStartMillis = convertAlldayUtcToLocal(null, startMillis, localTimezone);
1420 long localEndMillis = convertAlldayUtcToLocal(null, endMillis, localTimezone);
H A DAllInOneActivity.java1159 Utils.convertAlldayUtcToLocal(
1161 Utils.convertAlldayUtcToLocal(

Completed in 172 milliseconds