Home
last modified time | relevance | path

Searched defs:timeZone (Results 1 – 3 of 3) sorted by relevance

/cts/tests/tests/widget/src/android/widget/cts/
DTextClockTest.java112 final TimeZone timeZone = TimeZone.getTimeZone(id); in testUpdate12_24() local
/cts/tests/tests/calendarprovider/src/android/provider/cts/calendar/
DCalendarTest.java452 String timeZone = values.getAsString(Events.EVENT_TIMEZONE); in getNewRecurringEventValues() local
2070 String timeZone = TIME_ZONES[0]; in testInstanceSearch() local
2433 String timeZone = eventValues.getAsString(Events.EVENT_TIMEZONE); in testRecurrence() local
2517 String timeZone = eventValues.getAsString(Events.EVENT_TIMEZONE); in testSingleRecurrenceExceptions() local
2696 String timeZone = eventValues.getAsString(Events.EVENT_TIMEZONE); in testNonAdapterRecurrenceExceptions() local
2792 String timeZone = recurEventValues.getAsString(Events.EVENT_TIMEZONE); in testOutOfOrderRecurrenceExceptions() local
2963 String timeZone = eventValues.getAsString(Events.EVENT_TIMEZONE); in testForwardRecurrenceExceptions() local
3057 String timeZone = eventValues.getAsString(Events.EVENT_TIMEZONE); in testFullRecurrenceUpdate() local
3349 private Cursor getInstances(String timeZone, String startWhen, String endWhen, in getInstances()
3393 private Cursor getInstancesSearch(String timeZone, String startWhen, String endWhen, in getInstancesSearch()
[all …]
/cts/tests/tests/text/src/android/text/format/cts/
DTimeTest.java118 String timeZone = "US/Pacific"; in testSwitchTimezone() local
1802 private static void verifyParse3339Succeeds(String timeZone, String toParse, Time expected) { in verifyParse3339Succeeds()
1967 private static void checkGetJulianDayForYearAndTimeZone(int year, String timeZone) { in checkGetJulianDayForYearAndTimeZone()
1993 private static void checkGetJulianDayVariousTimes(String timeZone, LocalDate testDate) { in checkGetJulianDayVariousTimes()
3012 TimeZone timeZone = TimeZone.getTimeZone(tzId); in test_toMillisAndNormalizeGenerallyWork() local