HomeSort by relevance Sort by last modified time
    Searched refs:country (Results 126 - 150 of 496) sorted by null

1 2 3 4 56 7 8 91011>>

  /prebuilts/ndk/current/platforms/android-21/arch-x86_64/usr/include/linux/
uhid.h 52 __u32 country; member in struct:uhid_create_req
  /prebuilts/ndk/current/platforms/android-23/arch-arm/usr/include/linux/
uhid.h 52 __u32 country; member in struct:uhid_create_req
  /prebuilts/ndk/current/platforms/android-23/arch-arm64/usr/include/linux/
uhid.h 52 __u32 country; member in struct:uhid_create_req
  /prebuilts/ndk/current/platforms/android-23/arch-mips/usr/include/linux/
uhid.h 52 __u32 country; member in struct:uhid_create_req
  /prebuilts/ndk/current/platforms/android-23/arch-mips64/usr/include/linux/
uhid.h 52 __u32 country; member in struct:uhid_create_req
  /prebuilts/ndk/current/platforms/android-23/arch-x86/usr/include/linux/
uhid.h 52 __u32 country; member in struct:uhid_create_req
  /prebuilts/ndk/current/platforms/android-23/arch-x86_64/usr/include/linux/
uhid.h 52 __u32 country; member in struct:uhid_create_req
  /prebuilts/ndk/current/platforms/android-24/arch-arm/usr/include/linux/
uhid.h 52 __u32 country; member in struct:uhid_create_req
  /prebuilts/ndk/current/platforms/android-24/arch-arm64/usr/include/linux/
uhid.h 52 __u32 country; member in struct:uhid_create_req
  /prebuilts/ndk/current/platforms/android-24/arch-mips/usr/include/linux/
uhid.h 52 __u32 country; member in struct:uhid_create_req
  /prebuilts/ndk/current/platforms/android-24/arch-mips64/usr/include/linux/
uhid.h 52 __u32 country; member in struct:uhid_create_req
  /prebuilts/ndk/current/platforms/android-24/arch-x86/usr/include/linux/
uhid.h 52 __u32 country; member in struct:uhid_create_req
  /prebuilts/ndk/current/platforms/android-24/arch-x86_64/usr/include/linux/
uhid.h 52 __u32 country; member in struct:uhid_create_req
  /system/connectivity/shill/cellular/
mock_mobile_operator_info.h 44 MOCK_CONST_METHOD0(country, const std::string&());
mobile_operator_info.h 123 // one for each country that the associated cellular carrier operates in.
164 virtual const std::string& country() const;
  /toolchain/binutils/binutils-2.25/binutils/
winduni.h 112 const char *country; member in struct:wind_language_t
  /frameworks/opt/timezonepicker/src/com/android/timezonepicker/
TimeZoneData.java 133 * Dropping non-GMT tzs without a country code. They are not really
134 * needed and they are dups but missing proper country codes. e.g.
203 // Grouping tz's by country for search by country
368 * zone.tab contains a list of time zones and country code. They are
369 * "sorted first by country, then an order within the country that (1)
380 // 0: country code
394 * Dropping non-GMT tzs without a country code. They are not
396 * country codes. e.g. WET CET MST7MDT PST8PDT Asia/Khandyg
406 String country = mCountryCodeToNameMap.get(countryCode); local
    [all...]
  /frameworks/base/core/java/android/speech/tts/
TextToSpeech.java 150 * Denotes the language is available for the language and country specified
157 * but not the country and variant.
375 * available voices. The format of each voice is: lang-COUNTRY-variant where COUNTRY and
379 * lang-COUNTRY-variant where COUNTRY and variant are optional (ie, "eng" or
392 * <li>country</li>
416 * The format of each voice is: lang-COUNTRY-variant where COUNTRY and variant are
424 * The format of each voice is: lang-COUNTRY-variant where COUNTRY and variant ar
    [all...]
  /packages/services/Telecomm/src/com/android/server/telecom/
CallLogManager.java 22 import android.location.Country;
429 private String getCountryIsoFromCountry(Country country) {
430 if(country == null) {
432 Log.w(TAG, "Value for country was null. Falling back to Locale.");
436 return country.getCountryIso();
440 * Get the current country code
442 * @return the ISO 3166-1 two letters country code of current country.
447 Log.i(TAG, "Country cache is null. Detecting Country and Setting Cache...")
450 Country country = null; local
    [all...]
  /bionic/libc/kernel/uapi/linux/
uhid.h 57 __u32 country; member in struct:uhid_create2_req
139 __u32 country; member in struct:uhid_create_req
  /external/kernel-headers/original/uapi/linux/
uhid.h 53 __u32 country; member in struct:uhid_create2_req
139 __u32 country; member in struct:uhid_create_req
  /frameworks/base/tests/SharedLibrary/lib/src/com/google/android/test/shared_library/
AddressView.java 25 mCountryView = (TextView) view.findViewById(R.id.country);
  /frameworks/base/tools/aapt2/compile/
PseudolocaleGenerator.cpp 171 modified.country[0] = 'X';
172 modified.country[1] = 'A';
178 modified.country[0] = 'X';
179 modified.country[1] = 'B';
  /external/apache-xml/src/main/java/org/apache/xpath/res/
XPATHErrorResources.java 991 String country = locale.getCountry(); local
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
TestBagFormatter.java 155 String country = locales[i].getCountry(); local
157 if (country.equals("")) continue;
160 + "\t" + country

Completed in 3893 milliseconds

1 2 3 4 56 7 8 91011>>