Searched refs:timeZoneInfo (Results 1 - 1 of 1) sorted by relevance

/frameworks/opt/timezonepicker/src/com/android/timezonepicker/
H A DTimeZoneData.java446 TimeZoneInfo timeZoneInfo = new TimeZoneInfo(tz, country);
447 int identicalTzIdx = getIdenticalTimeZoneInTheCountry(timeZoneInfo);
453 mTimeZones.add(timeZoneInfo);
514 private int getIdenticalTimeZoneInTheCountry(TimeZoneInfo timeZoneInfo) { argument
517 if (tzi.hasSameRules(timeZoneInfo)) {
519 if (timeZoneInfo.mCountry == null) {
522 } else if (tzi.mCountry.equals(timeZoneInfo.mCountry)) {

Completed in 67 milliseconds