Searched refs:getCities (Results 1 – 3 of 3) sorted by relevance
344 final int worldClockCount = getCities().size(); in getCount()351 return position == 0 ? getHomeCity() : getCities().get(position - 1); in getItem()354 return getCities().get(position); in getItem()422 private List<City> getCities() { in getCities() method in ClockFragment.SelectedCitiesAdapter
99 public static Map<String, City> getCities(Context context) { in getCities() method in CityDAO
223 mCityMap = CityDAO.getCities(mContext); in getCityMap()