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

  /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...]
  /external/chromium/chrome/browser/ui/webui/options/chromeos/
system_settings_provider.cc 158 icu::UnicodeString city; local
161 city = icu::ures_getUnicodeStringByKey(zone_item.get(), "ec", &status);
163 return string16(city.getBuffer(), city.length());
269 // the population of a country the city belongs to.).
272 // In the meantime, we use "LONG" name with "Exemplar City" to distinguish
  /external/webkit/Source/WebKit/android/WebCoreSupport/autofill/
WebAutofill.cpp 236 const string16& addressLine1, const string16& addressLine2, const string16& city,
249 mAutofillProfile->SetInfo(AutofillFieldType(ADDRESS_HOME_CITY), city); local
  /packages/apps/Browser/src/com/android/browser/
AutofillHandler.java 113 String city = c.getString(c.getColumnIndex( local
114 AutoFillProfileDatabase.Profiles.CITY));
124 fullName, email, company, addressLine1, addressLine2, city,
  /packages/apps/DeskClock/src/com/android/deskclock/worldclock/
CitiesActivity.java 129 } else { // City view
130 // Make sure to recycle a City view only
165 CityObj city = tempList[i]; local
166 if (city.mCityId.equals(DELETED_ENTRY)) {
169 if (!city.mCityName.substring(0, 1).equals(val)) {
170 val = city.mCityName.substring(0, 1);
177 items.add(city);
  /external/webkit/Source/WebKit/android/jni/
WebSettings.cpp 317 string16 city = getStringFieldAsString16(env, autoFillProfile, gFieldIds->mAutoFillProfileCity); local
323 webAutofill->setProfile(fullName, emailAddress, companyName, addressLine1, addressLine2, city, state, zipCode, country, phoneNumber);
  /external/icu4c/i18n/
tzgnames.cpp 577 // use the exemplar city name
582 UnicodeString city; local
583 fTimeZoneNames->getExemplarLocationName(tzCanonicalID, city);
586 Formattable(city),
821 // Otherwise, use exemplar city name
    [all...]
  /packages/apps/Exchange/exchange2/src/com/android/exchange/adapter/
ContactsSyncAdapter.java 337 String city; field in class:ContactsSyncAdapter.Address
344 return city != null || country != null || code != null || state != null
522 work.city = getValue();
537 home.city = getValue();
552 other.city = getValue();
678 ops.addPostal(entity, StructuredPostal.TYPE_WORK, work.street, work.city,
682 ops.addPostal(entity, StructuredPostal.TYPE_HOME, home.street, home.city,
686 ops.addPostal(entity, StructuredPostal.TYPE_OTHER, other.street, other.city,
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 

Completed in 290 milliseconds