Searched refs:mCityMap (Results 1 – 1 of 1) sorted by relevance
67 private Map<String, City> mCityMap; field in CityModel221 if (mCityMap == null) { in getCityMap()222 mCityMap = CityDAO.getCities(mContext); in getCityMap()225 return mCityMap; in getCityMap()250 mCityMap = null; in onReceive()