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

/frameworks/opt/timezonepicker/src/com/android/timezonepicker/
H A DTimeZoneData.java49 LinkedHashMap<String, ArrayList<Integer>> mTimeZonesByCountry; field in class:TimeZoneData
180 mTimeZonesByCountry = new LinkedHashMap<String, ArrayList<Integer>>();
204 ArrayList<Integer> group = mTimeZonesByCountry.get(tz.mCountry);
207 mTimeZonesByCountry.put(tz.mCountry, group);

Completed in 40 milliseconds