HomeSort by relevance Sort by last modified time
    Searched refs:Country (Results 26 - 39 of 39) sorted by null

12

  /frameworks/opt/net/wifi/tests/wifitests/assets/
ruckus.PerProviderSubscription.conf 23 7:Country=2:US
  /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...]
  /cts/hostsidetests/devicepolicy/app/DeviceOwner/assets/
ca.conf 100 countryName = Country Name (2 letter code)
  /frameworks/base/services/tests/servicestests/src/com/android/server/location/
LocationBasedCountryDetectorTest.java 18 import android.location.Country;
46 public TestCountryDetector(String country, String provider) {
47 this(country, provider, 1000 * 60 * 5);
50 public TestCountryDetector(String country, String provider, long queryLocationTimeout) {
52 mCountry = country;
158 public void onCountryDetected(Country country) {
160 if (country != null) {
161 mCountryCode = country.getCountryIso();
183 final String country = "us" local
220 final String country = "us"; local
245 final String country = "us"; local
263 final String country = "us"; local
286 final String country = "us"; local
323 final String country = "us"; local
    [all...]
  /packages/providers/BlockedNumberProvider/tests/src/com/android/providers/blockednumber/
BlockedNumberProviderTest.java 36 import android.location.Country;
73 .thenReturn(new Country("US", Country.COUNTRY_SOURCE_LOCATION));
  /frameworks/base/core/java/android/provider/
CallLog.java 27 import android.location.Country;
253 * The ISO 3166-1 two letters country code of the country where the
341 * The string represents a city, state, or country associated with the number.
397 * The cached phone number, formatted with formatting rules based on the country the
484 * current country code.
903 final Country country = detector.detectCountry(); local
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/
CallerInfo.java 24 import android.location.Country;
566 * @param context the context used to look up the current locale / country
611 * @return The ISO 3166-1 two letters country code of the country the user
619 Country country = detector.detectCountry(); local
620 if (country != null) {
621 countryIso = country.getCountryIso();
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
ContactsActor.java 42 import android.location.Country;
99 private Country mMockCountry = new Country("us", 0);
108 public Country detectCountry() {
  /external/pdfium/third_party/lcms2-2.6/src/
lcms2_internal.h 648 cmsUInt16Number Country;
    [all...]
cmstypes.c     [all...]
  /packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
ComponentContextFixture.java 46 import android.location.Country;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ksmedia.h     [all...]
  /frameworks/base/
compiled-classes-phone     [all...]
  /external/v8/test/mjsunit/
unicode-test.js     [all...]

Completed in 1285 milliseconds

12