Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/interactions/
DCalendarInteractionUtils.java117 public static long convertAlldayLocalToUTC(Time recycle, long localTime, String tz) { in convertAlldayLocalToUTC() method in CalendarInteractionUtils
/packages/apps/Calendar/src/com/android/calendar/
DUtils.java747 public static long convertAlldayLocalToUTC(Time recycle, long localTime, String tz) { in convertAlldayLocalToUTC() method in Utils