Searched refs:canonicalId (Results 1 – 2 of 2) 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()