/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
PostalSplitter.java | 39 public String country; field in class:PostalSplitter.Postal 48 country = values.getAsString(StructuredPostal.COUNTRY); 58 values.put(StructuredPostal.COUNTRY, country); 87 postal.region, postal.postcode, postal.country 106 final boolean hasCountry = !TextUtils.isEmpty(postal.country); 108 // First block: [country][ ][postcode] 120 builder.append(postal.country); 172 final boolean hasCountry = !TextUtils.isEmpty(postal.country); [all...] |
/development/ndk/platforms/android-21/include/linux/ |
uhid.h | 52 __u32 country; member in struct:uhid_create_req
|
/external/c-ares/ |
acountry.c | 3 * IP-address/hostname to country converter. 12 * The 2 letter country code is in <CC> and the ISO-3166 country 221 * Extract the CNAME and figure out the country-code from it. 263 int country_number; /* ISO-3166 country number */ 264 char short_name[3]; /* A2 short country code */ 265 const char *long_name; /* normal country name */ 548 * Find the country-code and name from the CNAME. E.g.: 556 const struct search_list *country; local 606 TRACE(("Found country-code `%s', number %d\n" [all...] |
/external/svox/pico/compat/src/com/android/tts/compat/ |
CompatTtsService.java | 94 protected int onIsLanguageAvailable(String lang, String country, String variant) { 95 if (DBG) Log.d(TAG, "onIsLanguageAvailable(" + lang + "," + country + "," + variant + ")"); 97 return mNativeSynth.isLanguageAvailable(lang, country, variant); 101 protected int onLoadLanguage(String lang, String country, String variant) { 102 if (DBG) Log.d(TAG, "onLoadLanguage(" + lang + "," + country + "," + variant + ")"); 103 int result = onIsLanguageAvailable(lang, country, variant); 105 mNativeSynth.setLanguage(lang, country, variant); 120 String country = request.getCountry(); local 122 if (mNativeSynth.setLanguage(lang, country, variant) != TextToSpeech.SUCCESS) { 123 Log.e(TAG, "setLanguage(" + lang + "," + country + "," + variant + ") failed") [all...] |
/frameworks/base/services/core/java/com/android/server/location/ |
LocationBasedCountryDetector.java | 21 import android.location.Country; 37 * This class detects which country the user currently is in through the enabled 42 * the user country through the GeoCoder. The IllegalStateException will be 59 * The thread to query the country from the GeoCoder. 73 * @return the ISO 3166-1 two letters country code from the location 76 String country = null; local 82 country = addresses.get(0).getCountryCode(); 85 Slog.w(TAG, "Exception occurs when getting country from location"); 87 return country; 158 * Start detecting the country [all...] |
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
MccTable.java | 46 * Mobile Country Code 89 * @param mcc Mobile Country Code 118 * Given a GSM Mobile Country Code, returns 119 * an ISO two-character country code if available. 133 * Given a GSM Mobile Country Code, returns 140 Slog.d(LOG_TAG, "defaultLanguageForMcc(" + mcc + "): no country for mcc"); 144 final String country = entry.mIso; local 147 if ("in".equals(country)) { 151 // Ask CLDR for the language this country uses... 152 Locale likelyLocale = ICU.addLikelySubtags(new Locale("und", country)); 403 String country = MccTable.countryCodeForMcc(mcc); local 427 String country = MccTable.countryCodeForMcc(mcc); local [all...] |
/prebuilts/ndk/r10/platforms/android-21/arch-arm/usr/include/linux/ |
uhid.h | 52 __u32 country; member in struct:uhid_create_req
|
/prebuilts/ndk/r10/platforms/android-21/arch-arm64/usr/include/linux/ |
uhid.h | 52 __u32 country; member in struct:uhid_create_req
|
/prebuilts/ndk/r10/platforms/android-21/arch-mips/usr/include/linux/ |
uhid.h | 52 __u32 country; member in struct:uhid_create_req
|
/prebuilts/ndk/r10/platforms/android-21/arch-mips64/usr/include/linux/ |
uhid.h | 52 __u32 country; member in struct:uhid_create_req
|
/prebuilts/ndk/r10/platforms/android-21/arch-x86/usr/include/linux/ |
uhid.h | 52 __u32 country; member in struct:uhid_create_req
|
/prebuilts/ndk/r10/platforms/android-21/arch-x86_64/usr/include/linux/ |
uhid.h | 52 __u32 country; member in struct:uhid_create_req
|
/prebuilts/ndk/r10/platforms/android-23/arch-arm/usr/include/linux/ |
uhid.h | 52 __u32 country; member in struct:uhid_create_req
|
/prebuilts/ndk/r10/platforms/android-23/arch-arm64/usr/include/linux/ |
uhid.h | 52 __u32 country; member in struct:uhid_create_req
|
/prebuilts/ndk/r10/platforms/android-23/arch-mips/usr/include/linux/ |
uhid.h | 52 __u32 country; member in struct:uhid_create_req
|
/prebuilts/ndk/r10/platforms/android-23/arch-mips64/usr/include/linux/ |
uhid.h | 52 __u32 country; member in struct:uhid_create_req
|
/prebuilts/ndk/r10/platforms/android-23/arch-x86/usr/include/linux/ |
uhid.h | 52 __u32 country; member in struct:uhid_create_req
|
/prebuilts/ndk/r10/platforms/android-23/arch-x86_64/usr/include/linux/ |
uhid.h | 52 __u32 country; member in struct:uhid_create_req
|
/prebuilts/ndk/r11/platforms/android-21/arch-arm/usr/include/linux/ |
uhid.h | 52 __u32 country; member in struct:uhid_create_req
|
/prebuilts/ndk/r11/platforms/android-21/arch-arm64/usr/include/linux/ |
uhid.h | 52 __u32 country; member in struct:uhid_create_req
|
/prebuilts/ndk/r11/platforms/android-21/arch-mips/usr/include/linux/ |
uhid.h | 52 __u32 country; member in struct:uhid_create_req
|
/prebuilts/ndk/r11/platforms/android-21/arch-mips64/usr/include/linux/ |
uhid.h | 52 __u32 country; member in struct:uhid_create_req
|
/prebuilts/ndk/r11/platforms/android-21/arch-x86/usr/include/linux/ |
uhid.h | 52 __u32 country; member in struct:uhid_create_req
|
/prebuilts/ndk/r11/platforms/android-21/arch-x86_64/usr/include/linux/ |
uhid.h | 52 __u32 country; member in struct:uhid_create_req
|
/prebuilts/ndk/r11/platforms/android-23/arch-arm/usr/include/linux/ |
uhid.h | 52 __u32 country; member in struct:uhid_create_req
|