OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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