Home
last modified time | relevance | path

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

/cts/tests/tests/permission/src/android/permission/cts/
DNoSystemFunctionPermissionTest.java70 String timeZone = timeZones[0]; in testSetTimeZone() local
/cts/tests/tests/widget/src/android/widget/cts/
DTextClockTest.java96 final TimeZone timeZone = TimeZone.getTimeZone(id); in testUpdate12_24() local
/cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
DCrossProfileCalendarTest.java112 private static long parseTimeStringToMillis(String timeStr, String timeZone) { in parseTimeStringToMillis()
118 private static int parseTimeStringToJulianDay(String timeStr, String timeZone) { in parseTimeStringToJulianDay()
/cts/tests/tests/provider/src/android/provider/cts/
DCalendarTest.java453 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/
DTimeTest.java114 String timeZone = "US/Pacific"; in testSwitchTimezone() local
1765 private static void verifyParse3339Succeeds(String timeZone, String toParse, Time expected) { in verifyParse3339Succeeds()
2954 TimeZone timeZone = TimeZone.getTimeZone(tzId); in test_toMillisAndNormalizeGenerallyWork() local