Searched refs:mTimeZonesByCountry (Results 1 - 3 of 3) 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);
H A DTimeZoneResultAdapter.java170 ArrayList<Integer> tzIds = mTimeZoneData.mTimeZonesByCountry.get(str);
H A DTimeZoneFilterTypeAdapter.java214 for (String country : mTimeZoneData.mTimeZonesByCountry.keySet()) {

Completed in 45 milliseconds