Lines Matching full:cities
162 // List of all cities
165 // List of cities matching a user-supplied prefix
430 City[] cities;
432 cities = City.getCitiesByRawOffset();
434 cities = City.getCitiesByOffset();
437 mClockCities = new ArrayList<City>(cities.length);
438 for (int i = 0; i < cities.length; i++) {
439 mClockCities.add(cities[i]);
579 * Shifts cities within the current time zone.
603 * Returns true if there are cities matching the given name prefix.
832 // The 'up' and 'down' buttons shift cities within a time zone if the
1073 * optionally restricting the search to cities within a given time zone.