Home
last modified time | relevance | path

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

/packages/apps/DeskClock/src/com/android/deskclock/data/
DTimeZones.kt25 val timeZoneIds: Array<CharSequence>, constant in com.android.deskclock.data.TimeZones
34 for (i in timeZoneIds.indices) { in getTimeZoneName()
35 if (TextUtils.equals(timeZoneId, timeZoneIds[i])) { in getTimeZoneName()
DSettingsDAO.kt310 val timeZoneIds: Array<String> = resources.getStringArray(R.array.timezone_values) in getTimeZones() constant
314 if (timeZoneIds.size != timeZoneNames.size) { in getTimeZones()
317 timeZoneIds.size, timeZoneNames.size, locale) in getTimeZones()
322 val descriptors = arrayOfNulls<TimeZoneDescriptor>(timeZoneIds.size) in getTimeZones()
323 for (i in timeZoneIds.indices) { in getTimeZones()
324 val id = timeZoneIds[i] in getTimeZones()
/packages/modules/GeoTZ/data_pipeline/src/main/java/com/android/timezone/location/data_pipeline/steps/
DCanonicalizeTzS2Polygons.java148 TimeZoneIds timeZoneIds = TimeZoneIds.load(mTzIdsFile); in execute() local
153 processFile(timeZoneIds, inputFile, errors); in execute()
164 private void processFile(TimeZoneIds timeZoneIds, File inputFile, Errors errors) in processFile() argument
175 String countryIsoCode = timeZoneIds.getCountryCodeForZoneId(timeZoneId); in processFile()
190 timeZoneIds.getCountryIdMap(countryIsoCode, mReplacementThreshold); in processFile()
/packages/apps/Settings/src/com/android/settings/datetime/timezone/model/
DFilteredCountryTimeZones.java40 List<String> timeZoneIds = new ArrayList<>(); in FilteredCountryTimeZones() local
46 timeZoneIds.add(timeZoneId); in FilteredCountryTimeZones()
50 mPreferredTimeZoneIds = Collections.unmodifiableList(timeZoneIds); in FilteredCountryTimeZones()
/packages/modules/GeoTZ/data_pipeline/src/test/java/com/android/timezone/location/data_pipeline/steps/canonicalizetzs2polygons/data/
Dtzids.prototxt6 timeZoneIds: "Europe/London"
16 timeZoneIds: "America/Argentina/Buenos_Aires"
/packages/apps/Settings/src/com/android/settings/datetime/timezone/
DRegionSearchPicker.java83 List<String> timeZoneIds = countryTimeZones.getPreferredTimeZoneIds(); in onListItemClick() local
85 if (timeZoneIds.size() == 1) { in onListItemClick()
88 .putExtra(EXTRA_RESULT_TIME_ZONE_ID, timeZoneIds.get(0)); in onListItemClick()
DRegionZonePicker.java119 public List<TimeZoneInfo> getRegionTimeZoneInfo(Collection<String> timeZoneIds) { in getRegionTimeZoneInfo() argument
126 for (final String timeZoneId : timeZoneIds) { in getRegionTimeZoneInfo()
/packages/modules/GeoTZ/geotz_lookup/src/test/java/com/android/timezone/location/lookup/
DGeoTimeZonesFinderTest.java66 String[] timeZoneIds = { in sampleLookups() local
78 String expectedTimeZoneId = timeZoneIds[i]; in sampleLookups()
/packages/modules/GeoTZ/locationtzprovider/src/test/java/com/android/timezone/location/provider/core/
DOfflineLocationTimeZoneDelegateTest.java87 List<String> timeZoneIds = Arrays.asList("Europe/London"); in locationFoundImmediately() local
88 mTestGeoTimeZoneFinder.setTimeZonesForLocation(latDegrees, lngDegrees, timeZoneIds); in locationFoundImmediately()
118 mTestEnvironment.assertSuggestionResultReported(timeZoneIds); in locationFoundImmediately()
637 double latDegrees, double lngDegrees, List<String> timeZoneIds) {
638 mTimeZoneLookup.put(new FakeLocationToken(latDegrees, lngDegrees), timeZoneIds);
/packages/modules/GeoTZ/tzs2storage/tools/src/proto/
Dgeotz_protos.proto38 repeated string timeZoneIds = 1; field
/packages/apps/DeskClock/src/com/android/deskclock/settings/
DSettingsActivity.kt213 it.setEntryValues(timezones.timeZoneIds) in loadTimeZoneList()
/packages/modules/GeoTZ/data_pipeline/src/test/java/com/android/timezone/location/data_pipeline/steps/createtzs2protodatafile/data/
Dtzs2datafile.prototxt7 timeZoneIds: "Europe/Paris"
10 timeZoneIds: "Europe/London"
13 timeZoneIds: "Europe/Paris"
14 timeZoneIds: "Europe/London"
17 timeZoneIds: "Europe/London"
18 timeZoneIds: "Europe/Isle_of_Man"
21 timeZoneIds: "Europe/Isle_of_Man"