/development/samples/GlobalTime/src/com/android/globaltime/ |
City.java | 30 * A class representing a city, with an associated position, time zone name, 33 public class City implements Comparable<City> { 35 private static Map<String,City> cities = new HashMap<String,City>(); 36 private static City[] citiesByRawOffset; 46 * Loads the city database. The cities must be stored in order by raw 52 citiesByRawOffset = new City[numCities]; 87 City city = new City(name, tzid, rawOffset local [all...] |
GlobalTime.java | 82 * in order to sort the city database. 118 * Geometry of the city lights 159 // City search string 163 private List<City> mClockCities; 166 private List<City> mCityNameMatches = new ArrayList<City>(); 168 private List<City> mCities; 183 // City-to-city flight animation parameters 248 * @param am an AssetManager to retrieve the city database fro 607 City city = mClockCities.get(i); local 629 City city = mClockCities.get(i); local 669 City city = mCityNameMatches.get(mCityIndex); local 1079 City city = mCities.get(i); local 1098 City city = mCities.get(mCityIndex); local 1239 City city = mCities.get(mCityIndex); local [all...] |
Clock.java | 33 * time in a given city. 40 private City mCity = null; 157 * Set the city to be displayed. setCity(null) resets things so the clock 160 public void setCity(City city) { 161 if (mCity != city) { 165 } else if (city != null) { 167 (long) (city.getOffset() * (float) MILLISECONDS_PER_HOUR); 172 this.mCity = city; 189 * @param showCityName if true, display the city nam [all...] |
PointCloud.java | 23 * to draw city lights on the night side of the earth.
|
/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/icu4c/test/testdata/ |
structLocale.txt | [all...] |
/dalvik/libcore/sql/src/test/java/tests/support/ |
DatabaseCreator.java | 88 + " city character (10), comm real, PRIMARY KEY (snum))"; 92 + " (cnum integer, cname character (10), city character (10)," 165 + SALESPEOPLE_TABLE + " (snum, sname, city, comm) " 169 + SALESPEOPLE_TABLE + " (snum, sname, city, comm) " 173 + SALESPEOPLE_TABLE + " (snum, sname, city, comm) " 177 + SALESPEOPLE_TABLE + " (snum, sname, city, comm) " 181 + SALESPEOPLE_TABLE + " (snum, sname, city, comm) " 185 + SALESPEOPLE_TABLE + " (snum, sname, city, comm) " 189 + CUSTOMERS_TABLE + " (cnum, cname, city, rating, snum)" 193 + CUSTOMERS_TABLE + " (cnum, cname, city, rating, snum) [all...] |
/external/bluetooth/bluez/doc/ |
bluez-docs.xml | 43 <city>Boston</city>, <state>MA</state> <postcode>02111-1307</postcode>,
|
/external/openssl/crypto/conf/ |
ssleay.cnf | 63 Attribute_text_3 = Locality Name (eg, city)
|
/external/dhcpcd/ |
NOTICE | 47 Redwood City, CA 94063
|
/development/samples/ApiDemos/src/com/example/android/apis/view/ |
AutoComplete1.java | 82 "Vanuatu", "Vatican City", "Venezuela", "Vietnam", "Wallis and Futuna", "Western Sahara",
|
AutoComplete6.java | 83 "Vanuatu", "Vatican City", "Venezuela", "Vietnam", "Wallis and Futuna", "Western Sahara",
|
/frameworks/base/tests/ImfTest/src/com/android/imftest/samples/ |
AutoCompleteTextViewActivityLandscape.java | 98 "Vanuatu", "Vatican City", "Venezuela", "Vietnam", "Wallis and Futuna", "Western Sahara",
|
AutoCompleteTextViewActivityPortrait.java | 92 "Vanuatu", "Vatican City", "Venezuela", "Vietnam", "Wallis and Futuna", "Western Sahara",
|
/packages/apps/Settings/res/xml/ |
timezones.xml | 13 <timezone id="America/Mexico_City">Mexico City</timezone>
|
/packages/apps/Settings/res/xml-hr/ |
timezones.xml | 13 <timezone id="America/Mexico_City">Sredi?nje vrijeme (Mexico City)</timezone>
|
/packages/apps/Settings/res/xml-id/ |
timezones.xml | 13 <timezone id="America/Mexico_City">Mexico City</timezone>
|
/packages/apps/Settings/res/xml-sk/ |
timezones.xml | 13 <timezone id="America/Mexico_City">Mexico City</timezone>
|
/packages/apps/Email/src/com/android/exchange/adapter/ |
ContactsSyncAdapter.java | 250 String city; field in class:ContactsSyncAdapter.Address 257 return city != null || country != null || code != null || state != null 440 work.city = getValue(); 455 home.city = getValue(); 470 other.city = getValue(); 601 ops.addPostal(entity, StructuredPostal.TYPE_WORK, work.street, work.city, 605 ops.addPostal(entity, StructuredPostal.TYPE_HOME, home.street, home.city, 609 ops.addPostal(entity, StructuredPostal.TYPE_OTHER, other.street, other.city, [all...] |
/external/icu4c/i18n/ |
zstrfmt.cpp | 630 UnicodeString city; local 636 city.setTo(TRUE, tmpCity, -1); 638 city.setTo(UnicodeString(pCity, -1, US_INV)); 640 for (int32_t i = 0; i < city.length(); i++) { 641 if (city.charAt(i) == (UChar)0x5F /*'_'*/) { 642 city.setCharAt(i, (UChar)0x20 /*' '*/); 652 Formattable(city), 657 // If the zone is only one zone in the country, do not add city 811 // Use city for the location 812 locationPart = &city; [all...] |
/frameworks/base/core/tests/coretests/src/android/pim/vcard/ |
VCardExporterTests.java | 525 .put(StructuredPostal.CITY, "City") 535 // The NEIGHBORHOOD field is appended after the CITY field. 538 Arrays.asList("Pobox", "", "Street", "City Neighborhood", 553 .put(StructuredPostal.CITY, "City"); 556 Arrays.asList("", "", "", "City", "", "", ""), new TypeSet("HOME")); [all...] |
/dalvik/libcore/security/src/main/files/cacerts/ |
4fbd6bfa.0 | 7 Issuer: C=US, ST=UT, L=Salt Lake City, O=The USERTRUST Network, OU=http://www.usertrust.com, CN=UTN - DATACorp SGC 11 Subject: C=US, ST=UT, L=Salt Lake City, O=The USERTRUST Network, OU=http://www.usertrust.com, CN=UTN - DATACorp SGC
|
d8274e24.0 | 7 Issuer: C=US, ST=UT, L=Salt Lake City, O=The USERTRUST Network, OU=http://www.usertrust.com, CN=UTN-USERFirst-Network Applications 11 Subject: C=US, ST=UT, L=Salt Lake City, O=The USERTRUST Network, OU=http://www.usertrust.com, CN=UTN-USERFirst-Network Applications
|