Searched defs:timeZone (Results 1 – 3 of 3) sorted by relevance
68 String timeZone = timeZones[0]; in testSetTimeZone() local
452 String timeZone = values.getAsString(Events.EVENT_TIMEZONE); in getNewRecurringEventValues() local2070 String timeZone = TIME_ZONES[0]; in testInstanceSearch() local2433 String timeZone = eventValues.getAsString(Events.EVENT_TIMEZONE); in testRecurrence() local2517 String timeZone = eventValues.getAsString(Events.EVENT_TIMEZONE); in testSingleRecurrenceExceptions() local2696 String timeZone = eventValues.getAsString(Events.EVENT_TIMEZONE); in testNonAdapterRecurrenceExceptions() local2792 String timeZone = recurEventValues.getAsString(Events.EVENT_TIMEZONE); in testOutOfOrderRecurrenceExceptions() local2963 String timeZone = eventValues.getAsString(Events.EVENT_TIMEZONE); in testForwardRecurrenceExceptions() local3057 String timeZone = eventValues.getAsString(Events.EVENT_TIMEZONE); in testFullRecurrenceUpdate() local3349 private Cursor getInstances(String timeZone, String startWhen, String endWhen, in getInstances()3393 private Cursor getInstancesSearch(String timeZone, String startWhen, String endWhen, in getInstancesSearch()[all …]
90 String timeZone = "US/Pacific"; in testSwitchTimezone() local1708 private static void assertParse3339Succeeds(String timeZone, String toParse, Time expected) { in assertParse3339Succeeds()