HomeSort by relevance Sort by last modified time
    Searched defs:city (Results 1 - 16 of 16) sorted by null

  /developers/build/prebuilts/gradle/XYZTouristAttractions/Shared/src/main/java/com/example/android/xyztouristattractions/common/
Attraction.java 35 public String city; field in class:Attraction
44 Uri secondaryImageUrl, LatLng location, String city) {
51 this.city = city;
  /developers/samples/android/wearable/wear/XYZTouristAttractions/Shared/src/main/java/com/example/android/xyztouristattractions/common/
Attraction.java 35 public String city; field in class:Attraction
44 Uri secondaryImageUrl, LatLng location, String city) {
51 this.city = city;
  /development/samples/browseable/XYZTouristAttractions/Shared/src/com.example.android.xyztouristattractions.common/
Attraction.java 35 public String city; field in class:Attraction
44 Uri secondaryImageUrl, LatLng location, String city) {
51 this.city = city;
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowGeocoder.java 22 private String city; field in class:ShadowGeocoder
48 address.setLocality(city);
82 * @param city the city for the response
87 public void setSimulatedResponse(String address, String city, String state, String zip, String countryCode) {
89 this.city = city;
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
PostalSplitter.java 36 public String city; field in class:PostalSplitter.Postal
45 city = values.getAsString(StructuredPostal.CITY);
55 values.put(StructuredPostal.CITY, city);
86 postal.street, postal.pobox, postal.neighborhood, postal.city,
103 final boolean hasCity = !TextUtils.isEmpty(postal.city);
109 // Second block: [region][ ][city][ ][neighborhood]
137 builder.append(postal.city);
169 final boolean hasCity = !TextUtils.isEmpty(postal.city);
    [all...]
  /packages/apps/DeskClock/src/com/android/deskclock/
HandleDeskClockApiCalls.java 51 // add a clock of a selected city, if no city is specified opens the city selection screen
53 // delete a clock of a selected city, if no city is specified shows CitiesActivity for the user
54 // to choose a city
57 public static final String EXTRA_CITY = "com.android.deskclock.extra.clock.CITY";
424 // if a city isn't specified open CitiesActivity to choose a city
434 // if a city is passed add that city to the lis
436 final CityObj city = cities.get(cityExtra.toLowerCase()); local
477 final CityObj city = cities.get(cityExtra.toLowerCase()); local
    [all...]
Utils.java 651 LogUtils.e("City lists sizes are not the same, truncating");
655 // Default to using the first character of the city name as the index unless one is
663 LogUtils.w("Cannot parse city name %s; skipping", parseString);
689 for (CityObj city : cities) {
690 map.put(city.mCityName.toLowerCase(), city); local
713 public static String getCityName(CityObj city, CityObj dbCity) {
714 return (city.mCityId == null || dbCity == null) ? city.mCityName : dbCity.mCityName;
    [all...]
  /developers/build/prebuilts/gradle/XYZTouristAttractions/Application/src/main/java/com/example/android/xyztouristattractions/service/
UtilityService.java 139 // If location unknown use test city, otherwise use closest city
140 String city = currentLocation == null ? TouristAttractions.TEST_CITY : local
143 showNotification(city,
303 * @param cityId The city to trigger the notification for
452 attractionData.putString(Constants.EXTRA_CITY, attraction.city);
  /developers/samples/android/wearable/wear/XYZTouristAttractions/Application/src/main/java/com/example/android/xyztouristattractions/service/
UtilityService.java 139 // If location unknown use test city, otherwise use closest city
140 String city = currentLocation == null ? TouristAttractions.TEST_CITY : local
143 showNotification(city,
303 * @param cityId The city to trigger the notification for
452 attractionData.putString(Constants.EXTRA_CITY, attraction.city);
  /development/samples/browseable/XYZTouristAttractions/Application/src/com.example.android.xyztouristattractions/service/
UtilityService.java 139 // If location unknown use test city, otherwise use closest city
140 String city = currentLocation == null ? TouristAttractions.TEST_CITY : local
143 showNotification(city,
303 * @param cityId The city to trigger the notification for
452 attractionData.putString(Constants.EXTRA_CITY, attraction.city);
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/timezone/
TimeZoneAliasTest.java 383 String city = id.substring(pos+1); local
384 return city.replace('_',' ');
395 String city = getCity(); local
408 ? "\t\t\"" + city + " Standard Time\"\r\n"
409 + "\t\t\"" + city + "-ST\"\r\n"
410 + "\t\t\"" + city + " Daylight Time\"\r\n"
411 + "\t\t\"" + city + "-DT\"\r\n"
416 + "\t\t\"" + city + " Time\"\r\n"
417 + "\t\t\"" + city + "-T\"\r\n"
418 + "\t\t\"" + city + "\"\r\n
    [all...]
  /external/icu/icu4c/source/i18n/
tzgnames.cpp 567 // use the exemplar city name.
572 UnicodeString city; local
573 fTimeZoneNames->getExemplarLocationName(tzCanonicalID, city);
576 Formattable(city),
816 // Otherwise, use exemplar city name
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
TimeZoneGenericNames.java 80 // The format pattern such as "{0} Time", where {0} is the country or city.
84 // The format pattern such as "{1} Time ({0})", where {1} is the country and {0} is a city.
87 // The format pattern such as "{1} ({0})", where {1} is the metazone, and {0} is the country or city.
245 // use the exemplar city name
249 String city = _tznames.getExemplarLocationName(canonicalTzID); local
250 name = formatPattern(Pattern.REGION_FORMAT, city);
557 // Otherwise, use exemplar city name
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar 

Completed in 486 milliseconds