Searched refs:CountryDetector (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/location/java/android/location/
H A DCountryDetector.java52 public class CountryDetector { class
83 private final static String TAG = "CountryDetector";
93 public CountryDetector(ICountryDetector service) { method in class:CountryDetector
/frameworks/base/telephony/java/com/android/internal/telephony/
H A DCallerInfo.java24 import android.location.CountryDetector;
566 CountryDetector detector = (CountryDetector) context.getSystemService(
573 Rlog.e(TAG, "CountryDetector.detectCountry() returned null.");
578 Rlog.w(TAG, "No CountryDetector; falling back to countryIso based on locale: "
/frameworks/base/telephony/java/android/telephony/
H A DPhoneNumberUtils.java28 import android.location.CountryDetector;
1741 * current country is determined using the CountryDetector.
1746 * CountryDetector.
1748 * @see android.location.CountryDetector
1760 * country is determined using the CountryDetector.
1774 * CountryDetector.
1776 * @see android.location.CountryDetector
1798 * local country, based on the CountryDetector.
1800 * @see android.location.CountryDetector
1806 CountryDetector detecto
[all...]
/frameworks/base/core/java/android/app/
H A DContextImpl.java59 import android.location.CountryDetector;
368 return new CountryDetector(ICountryDetector.Stub.asInterface(b));

Completed in 178 milliseconds