HomeSort by relevance Sort by last modified time
    Searched refs:city (Results 1 - 25 of 64) 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/chrome/browser/autofill/
autofill_common_test.h 33 const char* address1, const char* address2, const char* city,
40 const char* address1, const char* address2, const char* city,
autofill_common_test.cc 37 const char* address1, const char* address2, const char* city,
47 check_and_set(profile, ADDRESS_HOME_CITY, city);
58 const char* address1, const char* address2, const char* city,
64 company, address1, address2, city, state, zipcode, country,
  /external/chromium_org/components/autofill/core/browser/
autofill_common_test.h 58 const char* address1, const char* address2, const char* city,
65 const char* address1, const char* address2, const char* city,
autofill_common_test.cc 58 test::CreateTestFormField("City", "city", "", "text", &field);
140 const char* address1, const char* address2, const char* city,
150 check_and_set(profile, ADDRESS_HOME_CITY, city);
160 const char* address1, const char* address2, const char* city,
166 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/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;
  /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/chromeos/
timezone_options_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 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
  /packages/apps/DeskClock/src/com/android/deskclock/worldclock/
CitiesActivity.java 121 // language's city strings are read from the xml file.
158 for (CityObj city : mSelectedCities) {
159 filteredList.add(city);
168 for (CityObj city : mCities) {
170 // If the city is a deleted entry, ignore it.
171 if (city.mCityId.equals(DELETED_ENTRY)) {
179 // If the list is sorted by name, and the city begins with a letter
180 // different than the previous city's letter, insert a section header.
182 && !city.mCityName.substring(0, 1).equals(val)) {
183 val = city.mCityName.substring(0, 1).toUpperCase()
    [all...]
  /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/autofill/
PersonalDataManager.java 46 String companyName, String addressLine1, String addressLine2, String city,
49 addressLine2, city, state, zip, country, phoneNumber, emailAddress);
53 String addressLine1, String addressLine2, String city, String state,
61 mCity = city;
157 public void setCity(String city) {
158 mCity = city;
AutofillDialogResult.java 92 * @param city City
100 String city, String state, String postalCode,
106 mCity = city;
145 * @return City
  /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 111 base::string16 city = ASCIIToUTF16("London");
117 profile_loader().SetCity(city);
124 EXPECT_EQ(profile->GetRawInfo(ADDRESS_HOME_CITY), city);
  /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/chromium_org/components/autofill/content/browser/wallet/
wallet_address.cc 185 string16 city; local
186 if (!dictionary.GetString("city", &city))
187 DVLOG(1) << "Reponse from Google Wallet missing city";
206 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 185 work.city = getValue();
200 home.city = getValue();
215 other.city = getValue();
327 ops.addPostal(entity, StructuredPostal.TYPE_WORK, work.street, work.city,
331 ops.addPostal(entity, StructuredPostal.TYPE_HOME, home.street, home.city,
335 ops.addPostal(entity, StructuredPostal.TYPE_OTHER, other.street, other.city,
678 String city; field in class:ContactsSyncParser.Address
685 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);

Completed in 1135 milliseconds

1 2 3