HomeSort by relevance Sort by last modified time
    Searched refs:city (Results 1 - 25 of 62) sorted by null

1 2 3

  /packages/apps/DeskClock/src/com/android/deskclock/provider/
City.java 29 public final class City implements ClockContract.CitiesColumns {
48 public static ContentValues createContentValues(City city) {
50 values.put(CITY_ID, city.mCityId);
51 values.put(CITY_NAME, city.mCityName);
52 values.put(TIMEZONE_NAME, city.mTimezoneName);
53 values.put(TIMEZONE_OFFSET, city.mTimezoneOffset);
62 * Return content uri for specific city id.
66 * @return a new city content uri with the given ID appended to the end of the path
74 * Get city from cityId
    [all...]
  /external/chromium_org/components/autofill/core/browser/
autofill_test_utils.h 71 const char* address1, const char* address2, const char* city,
78 const char* address1, const char* address2, const char* city,
autofill_test_utils.cc 71 test::CreateTestFormField("City", "city", "", "text", &field);
166 const char* address1, const char* address2, const char* city,
176 check_and_set(profile, ADDRESS_HOME_CITY, city);
186 const char* address1, const char* address2, const char* city,
192 company, address1, address2, city, state, zipcode, country,
  /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/apps/DeskClock/src/com/android/deskclock/worldclock/
CitiesActivity.java 121 // language's city strings are read from the xml file.
161 for (CityObj city : mSelectedCities) {
162 city.isHeader = false;
163 filteredList.add(city);
176 for (CityObj city : mCities) {
178 // If the city is a deleted entry, ignore it.
179 if (city.mCityId.equals(DELETED_ENTRY)) {
185 if (!selectedCityIds.contains(city.mCityId)) {
186 // If the list is sorted by name, and the city begins with a letter
187 // different than the previous city's letter, insert a section header
    [all...]
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
PostalSplitterForJapaneseTest.java 41 // Postal address for Tokyo Metropolitan City Hall (Tokyo-Tocho) as of 2009 + pseudo PO box.
50 private static final String CITY = "\u65B0\u5BBF\u533A";
79 assertJoinedPostal(CITY + "\n" + POBOX, null, POBOX, null, CITY, null, null, null);
83 assertJoinedPostal(POSTCODE + "\n" + REGION + " " + CITY + "\n" + STREET,
84 STREET, null, null, CITY, REGION, POSTCODE, null);
99 assertJoinedPostal(REGION + " " + CITY + "\n" + STREET,
100 STREET, null, null, CITY, REGION, null, null);
102 assertJoinedPostal(COUNTRY + "\n" + REGION + " " + CITY + "\n" + STREET,
103 STREET, null, null, CITY, REGION, null, COUNTRY)
    [all...]
PostalSplitterTest.java 99 String neighborhood, String city, String region, String postcode, String country) {
105 assertEquals(city, postal.city);
112 String neighborhood, String city, String region, String postcode, String country) {
117 postal.city = city;
  /external/chromium_org/chrome/browser/ui/autofill/
autofill_dialog_i18n_input_unittest.cc 48 // Inputs before or after [ City ] [ State ] [ Zip ] should be on other lines.
51 const DetailInput& city = inputs[input_index++]; local
52 EXPECT_EQ(ADDRESS_HOME_CITY, city.type);
53 EXPECT_EQ(city.length, DetailInput::SHORT);
  /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_org/chrome/browser/ui/webui/options/
autofill_options_browsertest.js 67 assertEquals('', getField('city').value);
81 city: 'City Value',
93 {field: 'city', length: 'short'},
115 var inputs = ['companyName', 'dependentLocality', 'city', 'state',
137 components: [[{field: 'city'}],
151 components: [[{field: 'city'}]]
153 getField('city').value = 'New York';
159 assertEquals(null, getField('city'));
163 components: [[{field: 'city'}]]
    [all...]
  /external/chromium_org/chrome/browser/chromeos/system/
timezone_util.cc 35 // Returns an exemplary city in the given timezone.
63 icu::UnicodeString city; local
65 city = icu::ures_getUnicodeStringByKey(zone_item.get(), "ec", &status);
67 return base::string16(city.getBuffer(), city.length());
107 // the population of a country the city belongs to.).
110 // In the meantime, we use "LONG" name with "Exemplar City" to distinguish
  /external/chromium_org/components/autofill/core/browser/android/
auxiliary_profiles_android.cc 85 base::string16 city = profile_loader_.GetCity(); local
94 profile->SetRawInfo(ADDRESS_HOME_CITY, city);
test_auxiliary_profile_loader_android.cc 109 void TestAuxiliaryProfileLoader::SetCity(const base::string16& city) {
110 city_ = city;
test_auxiliary_profile_loader_android.h 49 void SetCity(const base::string16& city);
auxiliary_profile_unittest_android.cc 113 base::string16 city = ASCIIToUTF16("London");
119 profile_loader().SetCity(city);
126 EXPECT_EQ(profile->GetRawInfo(ADDRESS_HOME_CITY), city);
  /external/chromium_org/components/autofill/content/browser/wallet/
wallet_address.cc 228 base::string16 city; local
229 if (!dictionary.GetString("city", &city))
230 DVLOG(1) << "Reponse from Google Wallet missing city";
258 city,
  /external/chromium_org/components/test/data/web_database/
version_34.sql 24 INSERT INTO "autofill" VALUES('city','San Francisco','san francisco',7,1);
37 CREATE TABLE autofill_profiles ( guid VARCHAR PRIMARY KEY, company_name VARCHAR, address_line_1 VARCHAR, address_line_2 VARCHAR, city VARCHAR, state VARCHAR, zipcode VARCHAR, country VARCHAR, date_modified INTEGER NOT NULL DEFAULT 0, country_code VARCHAR);
version_25.sql 13 CREATE TABLE autofill_profiles ( label VARCHAR,unique_id INTEGER PRIMARY KEY, first_name VARCHAR,middle_name VARCHAR, last_name VARCHAR, email VARCHAR,company_name VARCHAR, address_line_1 VARCHAR, address_line_2 VARCHAR,city VARCHAR, state VARCHAR, zipcode VARCHAR, country VARCHAR,phone VARCHAR, fax VARCHAR);
version_26.sql 13 CREATE TABLE autofill_profiles ( label VARCHAR,unique_id INTEGER PRIMARY KEY, first_name VARCHAR,middle_name VARCHAR, last_name VARCHAR, email VARCHAR,company_name VARCHAR, address_line_1 VARCHAR, address_line_2 VARCHAR,city VARCHAR, state VARCHAR, zipcode VARCHAR, country VARCHAR,phone VARCHAR, fax VARCHAR);
version_48.sql 12 CREATE TABLE autofill_profiles ( guid VARCHAR PRIMARY KEY, company_name VARCHAR, address_line_1 VARCHAR, address_line_2 VARCHAR, city VARCHAR, state VARCHAR, zipcode VARCHAR, country VARCHAR, country_code VARCHAR, date_modified INTEGER NOT NULL DEFAULT 0);
  /packages/apps/Exchange/src/com/android/exchange/adapter/
ContactsSyncParser.java 187 work.city = getValue();
202 home.city = getValue();
217 other.city = getValue();
332 ops.addPostal(entity, StructuredPostal.TYPE_WORK, work.street, work.city,
336 ops.addPostal(entity, StructuredPostal.TYPE_HOME, home.street, home.city,
340 ops.addPostal(entity, StructuredPostal.TYPE_OTHER, other.street, other.city,
687 String city;
694 return city != null || country != null || code != null || state != null
    [all...]
  /development/samples/RenderScript/Levels/src/com/android/rs/levels/
LevelsDalvikActivity.java 121 mBitmapIn = loadBitmap(R.drawable.city);
122 mBitmapOut = loadBitmap(R.drawable.city);
  /external/chromium_org/third_party/openssl/openssl/apps/
openssl.cnf 136 localityName = Locality Name (eg, city)
  /external/openssl/apps/
openssl.cnf 136 localityName = Locality Name (eg, city)
  /packages/apps/DeskClock/src/com/android/deskclock/
Utils.java 571 LogUtils.e("City lists sizes are not the same, truncating");
606 public static String getCityName(CityObj city, CityObj dbCity) {
607 return (city.mCityId == null || dbCity == null) ? city.mCityName : dbCity.mCityName;

Completed in 788 milliseconds

1 2 3