Home
last modified time | relevance | path

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

/cts/tests/tests/provider/src/android/provider/cts/
DCalendarTest.java452 String timeZone = values.getAsString(Events.EVENT_TIMEZONE); in getNewRecurringEventValues() local
453 Time time = new Time(timeZone); in getNewRecurringEventValues()
2070 String timeZone = TIME_ZONES[0]; in testInstanceSearch() local
2071 Time startTime = new Time(timeZone); in testInstanceSearch()
2082 eventValues.put(Events.EVENT_TIMEZONE, timeZone); in testInstanceSearch()
2090 eventValues.put(Events.EVENT_TIMEZONE, timeZone); in testInstanceSearch()
2098 eventValues.put(Events.EVENT_TIMEZONE, timeZone); in testInstanceSearch()
2106 eventValues.put(Events.EVENT_TIMEZONE, timeZone); in testInstanceSearch()
2115 Cursor instances = getInstances(timeZone, rangeStart, rangeEnd, projection, in testInstanceSearch()
2117 dumpInstances(instances, timeZone, "all"); in testInstanceSearch()
[all …]
/cts/tests/tests/permission/src/android/permission/cts/
DNoSystemFunctionPermissionTest.java68 String timeZone = timeZones[0]; in testSetTimeZone() local
71 alarmManager.setTimeZone(timeZone); in testSetTimeZone()
/cts/tests/tests/text/src/android/text/format/cts/
DTimeTest.java90 String timeZone = "US/Pacific"; in testSwitchTimezone() local
92 Time time = new Time(timeZone); in testSwitchTimezone()
93 assertEquals(timeZone, time.timezone); in testSwitchTimezone()
1708 private static void assertParse3339Succeeds(String timeZone, String toParse, Time expected) { in assertParse3339Succeeds() argument
1709 Time t = new Time(timeZone); in assertParse3339Succeeds()