Home
last modified time | relevance | path

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

/aosp12/packages/apps/Calendar/tests/src/com/android/calendar/
H A 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()
/aosp12/packages/providers/CalendarProvider/src/com/android/providers/calendar/
H A 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()
H A 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()
/aosp12/frameworks/opt/calendar/src/com/android/calendarcommon2/
H A DTime.java294 setTimezone(timezoneId); in clear()
355 public void setTimezone(String timezone) { in setTimezone() method in Time
H A DRecurrenceSet.java170 time.setTimezone(tz); in parseRecurrenceDates()
226 start.setTimezone(Time.TIMEZONE_UTC); in populateContentValues()
/aosp12/frameworks/opt/calendar/tests/src/com/android/calendarcommon2/
H A DTimeTest.java123 t.setTimezone(Time.TIMEZONE_UTC); in testFormat2445()
715 time.setTimezone(mTimeZones[zoneIndex]);
743 time.setTimezone(mTimeZones[zoneIndex]);
/aosp12/packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/
H A 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()
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/opt/setupwizard/tools/docs/
H A Dandroid-22.txt53477 method public abstract void setTimezone(int);