Home
last modified time | relevance | path

Searched refs:originalTime (Results 1 – 5 of 5) sorted by relevance

/packages/apps/Exchange/tests/src/com/android/exchange/utility/
DCalendarUtilitiesTests.java598 long originalTime = entityValues.getAsLong(Events.ORIGINAL_INSTANCE_TIME); in testCreateMessageForEntity_Exception_Cancel() local
599 assertNotSame(0, originalTime); in testCreateMessageForEntity_Exception_Cancel()
601 assertEquals(CalendarUtilities.millisToEasDateTime(originalTime, timeZone, in testCreateMessageForEntity_Exception_Cancel()
/packages/apps/Exchange/exchange2/tests/src/com/android/exchange/utility/
DCalendarUtilitiesTests.java598 long originalTime = entityValues.getAsLong(Events.ORIGINAL_INSTANCE_TIME); in testCreateMessageForEntity_Exception_Cancel() local
599 assertNotSame(0, originalTime); in testCreateMessageForEntity_Exception_Cancel()
601 assertEquals(CalendarUtilities.millisToEasDateTime(originalTime, timeZone, in testCreateMessageForEntity_Exception_Cancel()
/packages/apps/Exchange/exchange2/src/com/android/exchange/adapter/
DCalendarSyncAdapter.java1524 Long originalTime = entityValues.getAsLong(Events.ORIGINAL_INSTANCE_TIME); in sendEvent() local
1525 if (originalTime != null) { in sendEvent()
1531 originalTime = in sendEvent()
1532 CalendarUtilities.getLocalAllDayCalendarTime(originalTime, mLocalTimeZone); in sendEvent()
1535 CalendarUtilities.millisToEasDateTime(originalTime)); in sendEvent()
/packages/providers/CalendarProvider/src/com/android/providers/calendar/
DCalendarInstancesHelper.java463 long originalTime = values.getAsLong(Events.ORIGINAL_INSTANCE_TIME); in performInstanceExpansion() local
479 if (beginTime == originalTime) { in performInstanceExpansion()
/packages/apps/Exchange/exchange2/src/com/android/exchange/utility/
DCalendarUtilities.java1702 long originalTime = entityValues.getAsLong(Events.ORIGINAL_INSTANCE_TIME); in createMessageForEntity() local
1704 millisToEasDateTime(originalTime, vCalendarTimeZone, !allDayEvent)); in createMessageForEntity()