/aosp12/frameworks/base/core/java/android/timezone/ |
H A D | CountryTimeZones.java | 40 public static final class TimeZoneMapping { class in CountryTimeZones 43 private com.android.i18n.timezone.CountryTimeZones.TimeZoneMapping mDelegate; 45 TimeZoneMapping(com.android.i18n.timezone.CountryTimeZones.TimeZoneMapping delegate) { in TimeZoneMapping() method in CountryTimeZones.TimeZoneMapping 76 TimeZoneMapping that = (TimeZoneMapping) o; in equals() 262 public List<TimeZoneMapping> getEffectiveTimeZoneMappingsAt(long whenMillis) { in getEffectiveTimeZoneMappingsAt() 263 List<com.android.i18n.timezone.CountryTimeZones.TimeZoneMapping> delegateList = in getEffectiveTimeZoneMappingsAt() 266 List<TimeZoneMapping> toReturn = new ArrayList<>(delegateList.size()); in getEffectiveTimeZoneMappingsAt() 267 for (com.android.i18n.timezone.CountryTimeZones.TimeZoneMapping delegateMapping in getEffectiveTimeZoneMappingsAt() 269 toReturn.add(new TimeZoneMapping(delegateMapping)); in getEffectiveTimeZoneMappingsAt()
|
/aosp12/system/timezone/input_tools/android/tzlookup_generator/src/main/java/com/android/libcore/timezone/tzlookup/ |
H A D | TzLookupFile.java | 174 private final List<TimeZoneMapping> timeZoneMappings = new ArrayList<>(); 184 void addTimeZoneMapping(TimeZoneMapping timeZoneMapping) { in addTimeZoneMapping() 192 for (TzLookupFile.TimeZoneMapping timeZoneMapping : country.timeZoneMappings) { in createCountryMappingProto() 238 for (TimeZoneMapping timeZoneMapping : country.timeZoneMappings) { in writeXml() 239 TimeZoneMapping.writeXml(timeZoneMapping, writer); in writeXml() 253 static class TimeZoneMapping { class in TzLookupFile 261 TimeZoneMapping(String olsonId, boolean showInPicker, Instant notUsedAfterInclusive, in TimeZoneMapping() method in TzLookupFile.TimeZoneMapping 274 static void writeXml(TimeZoneMapping timeZoneMapping, XMLStreamWriter writer) in writeXml()
|
H A D | TzLookupGenerator.java | 322 List<CountryZonesFile.TimeZoneMapping> timeZonesIn = in processCountry() 411 for (CountryZonesFile.TimeZoneMapping timeZoneIn : timeZonesIn) { in processCountry() 441 TzLookupFile.TimeZoneMapping timeZoneIdOut = new TzLookupFile.TimeZoneMapping( in processCountry() 464 List<CountryZonesFile.TimeZoneMapping> timeZoneMappings, in validateCountryZonesTzIdsAgainstIana() 468 for (CountryZonesFile.TimeZoneMapping mapping : timeZoneMappings) { in validateCountryZonesTzIdsAgainstIana() 498 List<CountryZonesFile.TimeZoneMapping> timeZonesIn = countryIn.getTimeZoneMappingsList(); in determineCountryDefaultZoneId() 592 CountryZonesFile.Country country, CountryZonesFile.TimeZoneMapping timeZoneIn, in validateNonDstOffset()
|
H A D | CountryZonesFileSupport.java | 55 static List<String> extractIds(List<CountryZonesFile.TimeZoneMapping> timeZones) { in extractIds() 57 .map(CountryZonesFile.TimeZoneMapping::getId) in extractIds()
|
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/datetime/timezone/model/ |
H A D | TimeZoneDataTest.java | 27 import com.android.i18n.timezone.CountryTimeZones.TimeZoneMapping; 78 TimeZoneMapping.createForTests( in testLookupCountryCodesForZoneId() 80 TimeZoneMapping.createForTests( in testLookupCountryCodesForZoneId() 86 TimeZoneMapping.createForTests( in testLookupCountryCodesForZoneId() 103 TimeZoneMapping.createForTests( in lookupCountryCodesForNonCanonicalZoneId_returnsCurrentZone()
|
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/nitz/ |
H A D | TimeZoneLookupHelper.java | 29 import android.timezone.CountryTimeZones.TimeZoneMapping; 216 List<TimeZoneMapping> effectiveTimeZoneMappings = in lookupByCountry() 241 long whenMillis, @NonNull List<TimeZoneMapping> effectiveTimeZoneMappings, in countryUsesDifferentOffsets() 245 for (TimeZoneMapping timeZoneMapping : effectiveTimeZoneMappings) { in countryUsesDifferentOffsets()
|
/aosp12/system/timezone/input_tools/android/tzlookup_generator/src/main/proto/ |
H A D | country_zones_file.proto | 33 repeated TimeZoneMapping timeZoneMappings = 4; 36 message TimeZoneMapping { message
|
/aosp12/frameworks/base/packages/SettingsLib/src/com/android/settingslib/datetime/ |
H A D | ZoneGetter.java | 36 import com.android.i18n.timezone.CountryTimeZones.TimeZoneMapping; 406 final List<TimeZoneMapping> mappings = countryTimeZones.getTimeZoneMappings(); 410 private static List<String> extractTimeZoneIds(List<TimeZoneMapping> timeZoneMappings) { 412 for (TimeZoneMapping timeZoneMapping : timeZoneMappings) {
|
/aosp12/packages/apps/Settings/src/com/android/settings/datetime/timezone/model/ |
H A D | FilteredCountryTimeZones.java | 42 for (CountryTimeZones.TimeZoneMapping timeZoneMapping : in FilteredCountryTimeZones()
|
/aosp12/frameworks/base/core/java/android/util/ |
H A D | TimeUtils.java | 27 import com.android.i18n.timezone.CountryTimeZones.TimeZoneMapping; 140 for (TimeZoneMapping timeZoneMapping : countryTimeZones.getTimeZoneMappings()) { in getTimeZoneIdsForCountryCode()
|
/aosp12/system/timezone/input_tools/android/tzlookup_generator/src/test/java/com/android/libcore/timezone/tzlookup/ |
H A D | TzLookupGeneratorTest.java | 601 CountryZonesFile.TimeZoneMapping.Builder timeZoneMappingBuilder = in shownInPicker_false() 619 CountryZonesFile.TimeZoneMapping.Builder timeZoneMappingBuilder = in shownInPicker_true() 816 .addTimeZoneMappings(CountryZonesFile.TimeZoneMapping.newBuilder() in createValidCountryGb() 960 .addTimeZoneMappings(CountryZonesFile.TimeZoneMapping.newBuilder() in createValidCountryFr()
|
/aosp12/system/timezone/input_tools/android/tzlookup_generator/src/main/java/com/android/libcore/timezone/tzlookup/zonetree/ |
H A D | CountryZoneTree.java | 161 List<CountryZonesFile.TimeZoneMapping> timeZoneMappings = country.getTimeZoneMappingsList(); in create() 166 for (CountryZonesFile.TimeZoneMapping timeZoneMapping : timeZoneMappings) { in create()
|
/aosp12/system/timezone/input_data/android/ |
H A D | countryzones.txt | 72 # The ordering of TimeZoneMapping elements is important because it influences 84 # For example, a sensible ordering for TimeZoneMapping entries within a 90 # The TimeZoneMapping entries for a country are primarily ordered by raw 102 # TimeZoneMapping:
|
/aosp12/frameworks/base/boot/ |
H A D | preloaded-classes | 8527 com.android.i18n.timezone.CountryTimeZones$TimeZoneMapping
|
H A D | boot-image-profile.txt | 30711 Landroid/timezone/CountryTimeZones$TimeZoneMapping; 32466 Lcom/android/i18n/timezone/CountryTimeZones$TimeZoneMapping;
|
/aosp12/frameworks/base/config/ |
H A D | preloaded-classes | 8548 com.android.i18n.timezone.CountryTimeZones$TimeZoneMapping
|
H A D | boot-image-profile.txt | 40375 Landroid/timezone/CountryTimeZones$TimeZoneMapping; 42130 Lcom/android/i18n/timezone/CountryTimeZones$TimeZoneMapping;
|