Home
last modified time | relevance | path

Searched defs:convertAlldayUtcToLocal (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/interactions/
DCalendarInteractionUtils.java107 private static long convertAlldayUtcToLocal(Time recycle, long utcTime, String tz) { in convertAlldayUtcToLocal() method in CalendarInteractionUtils
/packages/apps/Calendar/src/com/android/calendar/
DUtils.java737 public static long convertAlldayUtcToLocal(Time recycle, long utcTime, String tz) { in convertAlldayUtcToLocal() method in Utils