Home
last modified time | relevance | path

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

/cts/tests/tests/permission/src/android/permission/cts/
DNoSystemFunctionPermissionTest.java68 String timeZone = timeZones[0]; in testSetTimeZone() local
/cts/tests/tests/provider/src/android/provider/cts/
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.java90 String timeZone = "US/Pacific"; in testSwitchTimezone() local
1708 private static void assertParse3339Succeeds(String timeZone, String toParse, Time expected) { in assertParse3339Succeeds()