Home
last modified time | relevance | path

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

/packages/apps/Calendar/tests/src/com/android/calendar/
DUtilsTests.java154 private void setTimezone(String tz) { in setTimezone() method in UtilsTests
179 setTimezone(DEFAULT_TIMEZONE); in setUp()
188 setTimezone(Time.getCurrentTimezone()); in tearDown()
337 setTimezone(localTz); in testGetDisplayedDatetime_differentTimezone()
350 setTimezone(localTz); in testGetDisplayedDatetime_allDayDiffTimezone()
363 setTimezone(localTz); in testGetDisplayedDatetime_allDayTomorrowDiffTimezone()
380 setTimezone(localTz); in testGetDisplayedTimezone_sameTimezone()
391 setTimezone(localTz); in testGetDisplayedTimezone_differentTimezone()
402 setTimezone(localTz); in testGetDisplayedTimezone_differentTimezoneDst()
/packages/providers/CalendarProvider/src/com/android/providers/calendar/
DCalendarInstancesHelper.java291 eventTime.setTimezone(eventTimezone); in performInstanceExpansion()
335 eventTime.setTimezone(Time.TIMEZONE_UTC); in performInstanceExpansion()
337 eventTime.setTimezone(localTimezone); in performInstanceExpansion()
407 eventTime.setTimezone(Time.TIMEZONE_UTC); in performInstanceExpansion()
409 eventTime.setTimezone(localTimezone); in performInstanceExpansion()
706 local.setTimezone(Time.TIMEZONE_UTC); in updateInstancesLocked()
708 local.setTimezone(fields.timezone); in updateInstancesLocked()
DCalendarProvider2.java1816 dtstart.setTimezone(values.getAsString(Events.EVENT_TIMEZONE)); in setRecurrenceEnd()
1855 untilTime.setTimezone(Time.TIMEZONE_UTC); in setRecurrenceEnd()
1872 dtstart.setTimezone(Time.TIMEZONE_UTC); in setRecurrenceEnd()
/packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/
DCalendarProvider2Test.java569 time.setTimezone(Time.TIMEZONE_UTC); in init()
571 time.setTimezone(timezone); in init()
604 time.setTimezone(Time.TIMEZONE_UTC); in init()
606 time.setTimezone(timezone); in init()