Home
last modified time | relevance | path

Searched refs:getLocalAllDayCalendarTime (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Exchange/tests/src/com/android/exchange/utility/
DCalendarUtilitiesTests.java964 CalendarUtilities.getLocalAllDayCalendarTime(utcTimeMillis, localTimeZone);
977 CalendarUtilities.getLocalAllDayCalendarTime(utcTimeMillis, localTimeZone);
/packages/apps/Exchange/exchange2/tests/src/com/android/exchange/utility/
DCalendarUtilitiesTests.java964 CalendarUtilities.getLocalAllDayCalendarTime(utcTimeMillis, localTimeZone);
977 CalendarUtilities.getLocalAllDayCalendarTime(utcTimeMillis, localTimeZone);
/packages/apps/Exchange/exchange2/src/com/android/exchange/adapter/
DCalendarSyncAdapter.java1532 CalendarUtilities.getLocalAllDayCalendarTime(originalTime, mLocalTimeZone); in sendEvent()
1580 startTime = CalendarUtilities.getLocalAllDayCalendarTime(startTime, tz); in sendEvent()
1581 endTime = CalendarUtilities.getLocalAllDayCalendarTime(endTime, tz); in sendEvent()
/packages/apps/Exchange/exchange2/src/com/android/exchange/utility/
DCalendarUtilities.java1017 static public long getLocalAllDayCalendarTime(long time, TimeZone localTimeZone) { in getLocalAllDayCalendarTime() method in CalendarUtilities
1535 Date date = new Date(getLocalAllDayCalendarTime(startTime, TimeZone.getDefault())); in buildMessageTextFromEntityValues()