Searched refs:cityName (Results 1 – 3 of 3) sorted by relevance
113 City getCity(String cityName) { in getCity() argument114 cityName = cityName.toUpperCase(); in getCity()117 if (cityName.equals(city.getNameUpperCase())) { in getCity()
180 public City getCity(String cityName) { in getCity() argument182 return mCityModel.getCity(cityName); in getCity()
266 final String cityName = intent.getStringExtra(EXTRA_CITY); in handleClockIntent() local272 if (cityName == null) { in handleClockIntent()290 final City city = DataModel.getDataModel().getCity(cityName); in handleClockIntent()