Searched defs:timeZone (Results 1 – 4 of 4) sorted by relevance
| /cts/tests/tests/permission/src/android/permission/cts/ |
| D | NoSystemFunctionPermissionTest.java | 70 String timeZone = timeZones[0]; in testSetTimeZone() local
|
| /cts/tests/tests/widget/src/android/widget/cts/ |
| D | TextClockTest.java | 104 final TimeZone timeZone = TimeZone.getTimeZone(id); in testUpdate12_24() local
|
| /cts/tests/tests/calendarprovider/src/android/provider/cts/calendar/ |
| D | CalendarTest.java | 453 String timeZone = values.getAsString(Events.EVENT_TIMEZONE); in getNewRecurringEventValues() local 2071 String timeZone = TIME_ZONES[0]; in testInstanceSearch() local 2434 String timeZone = eventValues.getAsString(Events.EVENT_TIMEZONE); in testRecurrence() local 2518 String timeZone = eventValues.getAsString(Events.EVENT_TIMEZONE); in testSingleRecurrenceExceptions() local 2697 String timeZone = eventValues.getAsString(Events.EVENT_TIMEZONE); in testNonAdapterRecurrenceExceptions() local 2793 String timeZone = recurEventValues.getAsString(Events.EVENT_TIMEZONE); in testOutOfOrderRecurrenceExceptions() local 2964 String timeZone = eventValues.getAsString(Events.EVENT_TIMEZONE); in testForwardRecurrenceExceptions() local 3058 String timeZone = eventValues.getAsString(Events.EVENT_TIMEZONE); in testFullRecurrenceUpdate() local 3350 private Cursor getInstances(String timeZone, String startWhen, String endWhen, in getInstances() 3394 private Cursor getInstancesSearch(String timeZone, String startWhen, String endWhen, in getInstancesSearch() [all …]
|
| /cts/tests/tests/text/src/android/text/format/cts/ |
| D | TimeTest.java | 118 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
|