Searched refs:timeZoneIds (Results 1 – 8 of 8) sorted by relevance
320 final String[] timeZoneIds = resources.getStringArray(R.array.timezone_values); in getTimeZones() local324 if (timeZoneIds.length != timeZoneNames.length) { in getTimeZones()327 timeZoneIds.length, timeZoneNames.length, locale); in getTimeZones()332 final TimeZoneDescriptor[] descriptors = new TimeZoneDescriptor[timeZoneIds.length]; in getTimeZones()333 for (int i = 0; i < timeZoneIds.length; i++) { in getTimeZones()334 final String id = timeZoneIds[i]; in getTimeZones()
29 TimeZones(CharSequence[] timeZoneIds, CharSequence[] timeZoneNames) { in TimeZones() argument30 mTimeZoneIds = timeZoneIds; in TimeZones()
81 List<String> timeZoneIds = countryTimeZones.getTimeZoneIds(); in onListItemClick() local83 if (timeZoneIds.size() == 1) { in onListItemClick()86 .putExtra(EXTRA_RESULT_TIME_ZONE_ID, timeZoneIds.get(0)); in onListItemClick()
116 public List<TimeZoneInfo> getRegionTimeZoneInfo(Collection<String> timeZoneIds) { in getRegionTimeZoneInfo() argument123 for (final String timeZoneId : timeZoneIds) { in getRegionTimeZoneInfo()
49 List<String> timeZoneIds = countryTimeZones.getTimeZoneMappings().stream() in FilteredCountryTimeZones() local56 mTimeZoneIds = Collections.unmodifiableList(timeZoneIds); in FilteredCountryTimeZones()