Home
last modified time | relevance | path

Searched refs:CountryDetector (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/location/java/android/location/
DCountryDetector.java51 public class CountryDetector { class
93 public CountryDetector(ICountryDetector service) { in CountryDetector() method in CountryDetector
/frameworks/base/telecomm/java/android/telecom/
DCallerInfo.java28 import android.location.CountryDetector;
713 CountryDetector detector = (CountryDetector) context.getSystemService( in getCurrentCountryIso()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
DGsmSmsDispatcherTest.java41 import android.location.CountryDetector;
84 private CountryDetector mCountryDetector;
/frameworks/base/core/java/android/provider/
DCallLog.java29 import android.location.CountryDetector;
1100 final CountryDetector detector = (CountryDetector) context.getSystemService( in getCurrentCountryIso()
/frameworks/base/core/java/android/app/
DSystemServiceRegistry.java91 import android.location.CountryDetector;
412 registerService(Context.COUNTRY_DETECTOR, CountryDetector.class, in registerService()
413 new StaticServiceFetcher<CountryDetector>() { in registerService()
415 public CountryDetector createService() throws ServiceNotFoundException { in registerService()
417 return new CountryDetector(ICountryDetector.Stub.asInterface(b)); in registerService()
/frameworks/base/config/
Dpreloaded-classes2143 android.location.CountryDetector
Dboot-image-profile.txt2216 HSPLandroid/app/SystemServiceRegistry$18;->createService()Landroid/location/CountryDetector;
9104 HSPLandroid/location/CountryDetector;->addCountryListener(Landroid/location/CountryListener;Landroi…
9105 HSPLandroid/location/CountryDetector;->detectCountry()Landroid/location/Country;
34426 Landroid/location/CountryDetector;
Dhiddenapi-greylist-max-o.txt32951 Landroid/location/CountryDetector$ListenerTransport;-><init>(Landroid/location/CountryListener;Land…
32952 Landroid/location/CountryDetector$ListenerTransport;->mHandler:Landroid/os/Handler;
32953 Landroid/location/CountryDetector$ListenerTransport;->mListener:Landroid/location/CountryListener;
32954 Landroid/location/CountryDetector$ListenerTransport;->onCountryDetected(Landroid/location/Country;)V
32955 Landroid/location/CountryDetector;->mListeners:Ljava/util/HashMap;
32956 Landroid/location/CountryDetector;->mService:Landroid/location/ICountryDetector;
32957 Landroid/location/CountryDetector;->TAG:Ljava/lang/String;