Searched refs:mCityMap (Results 1 – 1 of 1) sorted by relevance
60 private var mCityMap: Map<String, City>? = null variable in com.android.deskclock.data.CityModel211 if (mCityMap == null) {212 mCityMap = CityDAO.getCities(context)215 return mCityMap!!236 mCityMap = null in onReceive()