Searched defs:timeZoneIds (Results 1 – 9 of 9) sorted by relevance
148 TimeZoneIds timeZoneIds = TimeZoneIds.load(mTzIdsFile); in execute() local164 private void processFile(TimeZoneIds timeZoneIds, File inputFile, Errors errors) in processFile()
38 repeated string timeZoneIds = 1; field
25 val timeZoneIds: Array<CharSequence>, constant in com.android.deskclock.data.TimeZones
310 val timeZoneIds: Array<String> = resources.getStringArray(R.array.timezone_values) in getTimeZones() constant
40 List<String> timeZoneIds = new ArrayList<>(); in FilteredCountryTimeZones() local
87 List<String> timeZoneIds = Arrays.asList("Europe/London"); in locationFoundImmediately() local
66 String[] timeZoneIds = { in sampleLookups() local
119 public List<TimeZoneInfo> getRegionTimeZoneInfo(Collection<String> timeZoneIds) { in getRegionTimeZoneInfo()
83 List<String> timeZoneIds = countryTimeZones.getPreferredTimeZoneIds(); in onListItemClick() local