Searched refs:CountryDetector (Results 1 – 8 of 8) sorted by relevance
51 public class CountryDetector { class93 public CountryDetector(ICountryDetector service) { in CountryDetector() method in CountryDetector
28 import android.location.CountryDetector;713 CountryDetector detector = (CountryDetector) context.getSystemService( in getCurrentCountryIso()
41 import android.location.CountryDetector;84 private CountryDetector mCountryDetector;
29 import android.location.CountryDetector;1100 final CountryDetector detector = (CountryDetector) context.getSystemService( in getCurrentCountryIso()
91 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()
2143 android.location.CountryDetector
2216 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;
32951 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;)V32955 Landroid/location/CountryDetector;->mListeners:Ljava/util/HashMap;32956 Landroid/location/CountryDetector;->mService:Landroid/location/ICountryDetector;32957 Landroid/location/CountryDetector;->TAG:Ljava/lang/String;