Home | History | Annotate | Download | only in deskclock

Lines Matching refs:City

41 import com.android.deskclock.data.City;
364 // Retrieve the city to bind.
365 final City city = (City) getItem(position);
367 // Inflate a new view for the city, if necessary.
380 analogClock.setTimeZone(city.getTimeZoneId());
385 digitalClock.setTimeZone(city.getTimeZoneId());
389 // Bind the city name.
391 name.setText(city.getName());
393 // Compute if the city week day matches the weekday of the current timezone.
395 final Calendar cityCal = Calendar.getInstance(city.getTimeZone());
418 private City getHomeCity() {
422 private List<City> getCities() {