Searched defs:getIdenticalTimeZoneInTheCountry (Results 1 - 1 of 1) sorted by relevance

/frameworks/opt/timezonepicker/src/com/android/timezonepicker/
H A DTimeZoneData.java149 if (getIdenticalTimeZoneInTheCountry(tzInfo) == -1) {
423 int tzToOverride = getIdenticalTimeZoneInTheCountry(mDefaultTimeZoneInfo);
447 int identicalTzIdx = getIdenticalTimeZoneInTheCountry(timeZoneInfo);
514 private int getIdenticalTimeZoneInTheCountry(TimeZoneInfo timeZoneInfo) { method in class:TimeZoneData

Completed in 6 milliseconds