Home
last modified time | relevance | path

Searched refs:timeZoneIds (Results 1 – 8 of 8) sorted by relevance

/packages/apps/DeskClock/src/com/android/deskclock/data/
DSettingsDAO.java320 final String[] timeZoneIds = resources.getStringArray(R.array.timezone_values); in getTimeZones() local
324 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()
DTimeZones.java29 TimeZones(CharSequence[] timeZoneIds, CharSequence[] timeZoneNames) { in TimeZones() argument
30 mTimeZoneIds = timeZoneIds; in TimeZones()
/packages/apps/Settings/src/com/android/settings/datetime/timezone/
DRegionSearchPicker.java81 List<String> timeZoneIds = countryTimeZones.getTimeZoneIds(); in onListItemClick() local
83 if (timeZoneIds.size() == 1) { in onListItemClick()
86 .putExtra(EXTRA_RESULT_TIME_ZONE_ID, timeZoneIds.get(0)); in onListItemClick()
DRegionZonePicker.java116 public List<TimeZoneInfo> getRegionTimeZoneInfo(Collection<String> timeZoneIds) { in getRegionTimeZoneInfo() argument
123 for (final String timeZoneId : timeZoneIds) { in getRegionTimeZoneInfo()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/datetime/timezone/
DRegionSearchPicker.java81 List<String> timeZoneIds = countryTimeZones.getTimeZoneIds(); in onListItemClick() local
83 if (timeZoneIds.size() == 1) { in onListItemClick()
86 .putExtra(EXTRA_RESULT_TIME_ZONE_ID, timeZoneIds.get(0)); in onListItemClick()
DRegionZonePicker.java116 public List<TimeZoneInfo> getRegionTimeZoneInfo(Collection<String> timeZoneIds) { in getRegionTimeZoneInfo() argument
123 for (final String timeZoneId : timeZoneIds) { in getRegionTimeZoneInfo()
/packages/apps/Settings/src/com/android/settings/datetime/timezone/model/
DFilteredCountryTimeZones.java49 List<String> timeZoneIds = countryTimeZones.getTimeZoneMappings().stream() in FilteredCountryTimeZones() local
56 mTimeZoneIds = Collections.unmodifiableList(timeZoneIds); in FilteredCountryTimeZones()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/datetime/timezone/model/
DFilteredCountryTimeZones.java49 List<String> timeZoneIds = countryTimeZones.getTimeZoneMappings().stream() in FilteredCountryTimeZones() local
56 mTimeZoneIds = Collections.unmodifiableList(timeZoneIds); in FilteredCountryTimeZones()