Searched defs:timeZoneId (Results 1 – 8 of 8) sorted by relevance
45 String timeZoneId = timeZoneMapping.getTimeZoneId(); in FilteredCountryTimeZones() local66 public boolean matches(String timeZoneId) { in matches()
55 String timeZoneId) { in City()117 String timeZoneId = fields[TIME_ZONE_ID_INDEX]; in createCity() local
63 String timeZoneId = "Europe/London"; in regressionTest() local
61 String timeZoneId = "Pacific/Pitcairn"; in regressionTest() local
61 String timeZoneId = "Europe/London"; in regressionTest() local
170 String timeZoneId = inputTzS2Polygons.tzId; in processFile() local
144 public TimeZoneInfo format(String timeZoneId) { in format()
104 var timeZoneId: String? = prefs.getString(SettingsActivity.KEY_HOME_TZ, null) in getHomeTimeZone() variable