Searched refs:canonicalId (Results 1 – 3 of 3) sorted by relevance
303 String canonicalId = TimeZone.getCanonicalID(zoneId); in create() local304 if (!canonicalId.equals(zoneId)) { in create()307 return get(canonicalId); in create()
376 String canonicalId = android.icu.util.TimeZone.getCanonicalID(zoneInfoDbId, isSystemId); in testTimeZoneIdLookup() local377 if (canonicalId == null) { in testTimeZoneIdLookup()
3701 String canonicalId = ZoneMeta.getCanonicalCLDRID(id); in getDisplayName() local3702 timeZoneNames.getDisplayNames(canonicalId, TYPES, System.currentTimeMillis(), in getDisplayName()3843 String canonicalId = ZoneName.toZid(zid, locale); in getTree() local3844 timeZoneNames.getDisplayNames(canonicalId, types, now, names, 0); in getTree()