Searched refs:zoneIds (Results 1 – 1 of 1) sorted by relevance
793 String[] zoneIds = TimeZone.getAvailableIDs(bias); in tziStringToTimeZoneImpl() local794 if (zoneIds.length > 0) { in tziStringToTimeZoneImpl()803 ArrayUtils.contains(zoneIds, defaultTimeZone.getID())) { in tziStringToTimeZoneImpl()813 for (String zoneId: zoneIds) { in tziStringToTimeZoneImpl()834 for (String zoneId: zoneIds) { in tziStringToTimeZoneImpl()871 timeZone = TimeZone.getTimeZone(zoneIds[0]); in tziStringToTimeZoneImpl()