Home
last modified time | relevance | path

Searched refs:mCityMap (Results 1 – 1 of 1) sorted by relevance

/packages/apps/DeskClock/src/com/android/deskclock/data/
DCityModel.kt60 private var mCityMap: Map<String, City>? = null variable in com.android.deskclock.data.CityModel
211 if (mCityMap == null) {
212 mCityMap = CityDAO.getCities(context)
215 return mCityMap!!
236 mCityMap = null in onReceive()