HomeSort by relevance Sort by last modified time
    Searched full:cities (Results 1 - 25 of 38) sorted by null

1 2

  /packages/apps/DeskClock/src/com/android/deskclock/data/
CityModel.java 89 * @return a list of all cities in their display order
93 // Create a set of selections to identify the unselected cities.
96 // Sort the selected cities alphabetically by name.
99 // Combine selected and unselected cities into a single list.
139 * @return a list of cities not selected for display
143 // Create a set of selections to identify the unselected cities.
155 // Sort the unselected cities according by the user's preferred sort.
164 * @return a list of cities selected for display
177 * @param cities the new collection of cities selected for display by the use
    [all...]
CityDAO.java 48 // Key to a preference that stores the number of selected cities.
80 * @param cities the collection of cities selected for display by the user
82 public static void setSelectedCities(Context context, Collection<City> cities) {
85 editor.putInt(NUMBER_OF_CITIES, cities.size());
88 for (City city : cities) {
97 * @return the domain of cities from which the user may choose a world clock
119 final Map<String, City> cities = new ArrayMap<>(ids.length); local
125 cities.put(id, createCity(id, names[i], timezones[i]));
127 return Collections.unmodifiableMap(cities);
    [all...]
DataModel.java 40 /** Indicates the preferred sort order of cities. */
165 // Cities
169 * @return a list of all cities in their display order
194 * @return a list of cities not selected for display
202 * @return a list of cities selected for display
210 * @param cities the new collection of cities selected for display by the user
212 public void setSelectedCities(Collection<City> cities) {
214 mCityModel.setSelectedCities(cities);
226 * @return the order in which cities are sorte
    [all...]
City.java 25 * also contains static comparators that can be instantiated to order cities in common sort orders.
32 /** An optional numeric index used to order cities for display; -1 if no such index exists. */
35 /** An index string used to order cities for display. */
41 /** The phonetic name of the city used to order cities for display. */
SettingsDAO.java 48 * @return an enumerated value indicating the order in which cities are ordered
58 * Adjust the sort order of cities.
  /packages/apps/DeskClock/src/com/android/deskclock/worldclock/
CitySelectionActivity.java 62 * This activity allows the user to alter the cities selected for display.
76 /** The list of all selected and unselected cities, indexed and possibly filtered. */
79 /** The adapter that presents all of the selected and unselected cities. */
140 // Save the selected cities.
174 * This adapter presents data in 2 possible modes. If selected cities exist the format is:
177 * Selected Cities
189 * If selected cities do not exist, that section is removed and all that remains is:
203 /** The type of the single optional "Selected Cities" header entry. */
225 /** The list of cities which may be filtered by a search term. */
228 /** A mutable set of cities currently selected by the user. *
    [all...]
  /packages/apps/DeskClock/res/layout-land/
clock_fragment.xml 17 <!-- Use this clock_fragment for landscape, which has main clock frame next to cities,
44 android:id="@+id/cities"
  /developers/samples/android/content/WidgetData/Application/src/main/res/values/
strings.xml 17 <string name="empty_view_text">No cities found...</string>
  /development/samples/WeatherListWidget/res/values/
strings.xml 17 <string name="empty_view_text">No cities found...</string>
  /packages/apps/DeskClock/res/layout/
clock_fragment.xml 19 android:id="@+id/cities"
  /packages/apps/DeskClock/res/values/
strings.xml 428 <!-- Describes the purpose of the button which provides a list of cities for the world clock settings -->
429 <string name="button_cities">Cities</string>
438 <!-- Menu item on Cities screen to sort by GMT offset -->
440 <!-- Menu item on Cities screen to sort by alphabetical order -->
443 <!-- Label for selected cities in Cities list view -->
444 <string name="selected_cities_label">Selected Cities</string>
564 <!-- Label for the Cities activity displayed on-screen when that activity must be represented to the user. -->
565 <string name="cities_activity_title">Cities</string>
    [all...]
dimens.xml 199 <!-- Dimens for cities fastscroll -->
array.xml 21 The section header is the "index" of all the cities in the section. By default, the section
29 In some languages, cities are listed under an incorrect index or sorted incorrectly within an
46 Providing index and/or phonetic name will change the sort order of the cities list.
    [all...]
  /packages/apps/DeskClock/src/com/android/deskclock/
ClockFragment.java 99 mCityList = (ListView) fragmentView.findViewById(R.id.cities);
411 * @return {@code false} to prevent the cities from responding to touch
  /packages/apps/DeskClock/res/values-en-rAU/
strings.xml 167 <string name="button_cities" msgid="4555761857494501363">"Cities"</string>
174 <string name="selected_cities_label" msgid="3607479399424246605">"Selected Cities"</string>
233 <string name="cities_activity_title" msgid="8552462751129256730">"Cities"</string>
  /packages/apps/DeskClock/res/values-en-rGB/
strings.xml 167 <string name="button_cities" msgid="4555761857494501363">"Cities"</string>
174 <string name="selected_cities_label" msgid="3607479399424246605">"Selected Cities"</string>
233 <string name="cities_activity_title" msgid="8552462751129256730">"Cities"</string>
  /packages/apps/DeskClock/res/values-en-rIN/
strings.xml 167 <string name="button_cities" msgid="4555761857494501363">"Cities"</string>
174 <string name="selected_cities_label" msgid="3607479399424246605">"Selected Cities"</string>
233 <string name="cities_activity_title" msgid="8552462751129256730">"Cities"</string>
  /external/owasp/sanitizer/tools/findbugs/doc/
users.html 90 <img src="customers/geoMap.png" alt="Cities with the most downloads">
  /frameworks/base/docs/html/distribute/analyze/
understand-user-value.jd 162 <li>Geography, to determine which countries, regions or cities
  /packages/apps/DeskClock/src/com/android/alarmclock/
DigitalAppWidgetProvider.java 187 // Set up the click on any world clock to start the Cities Activity
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/data/rbbi/
words.txt 473 cities
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/data/rbbi/
words.txt 473 cities
  /frameworks/base/core/tests/coretests/src/android/text/format/
TimeTest.java 461 // once in case some cities decide to change their GMT offset.
  /external/icu/icu4c/source/i18n/unicode/
dtfmtsym.h 66 * they feel easy to remember. Or they can change the representative cities
    [all...]
  /external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/text/
DateFormatSymbols.java 48 * to remember. Or you can change the representative cities
    [all...]

Completed in 621 milliseconds

1 2