Home
last modified time | relevance | path

Searched refs:CountryListener (Results 1 – 10 of 10) sorted by relevance

/frameworks/base/location/java/android/location/
DCountryDetector.java58 private final CountryListener mListener;
62 public ListenerTransport(CountryListener listener, Looper looper) { in ListenerTransport()
82 private final HashMap<CountryListener, ListenerTransport> mListeners;
92 mListeners = new HashMap<CountryListener, ListenerTransport>(); in CountryDetector()
119 public void addCountryListener(CountryListener listener, Looper looper) { in addCountryListener()
136 public void removeCountryListener(CountryListener listener) { in removeCountryListener()
DCountryListener.java25 public interface CountryListener { interface
/frameworks/base/services/core/java/com/android/server/location/
DCountryDetectorBase.java21 import android.location.CountryListener;
36 protected CountryListener mListener;
57 public void setCountryListener(CountryListener listener) { in setCountryListener()
DComprehensiveCountryDetector.java21 import android.location.CountryListener;
132 private CountryListener mLocationBasedCountryDetectionListener = new CountryListener() {
293 public void setCountryListener(CountryListener listener) { in setCountryListener()
294 CountryListener prevListener = mListener; in setCountryListener()
357 private synchronized void startLocationBasedDetector(CountryListener listener) { in startLocationBasedDetector()
/frameworks/base/services/tests/servicestests/src/com/android/server/
DCountryDetectorServiceTest.java21 import android.location.CountryListener;
46 private CountryListener mListener;
58 protected void setCountryListener(final CountryListener listener) { in setCountryListener()
/frameworks/base/services/core/java/com/android/server/
DCountryDetectorService.java29 import android.location.CountryListener;
92 private CountryListener mLocationBasedDetectorListener;
178 mLocationBasedDetectorListener = new CountryListener() { in initialize()
195 protected void setCountryListener(final CountryListener listener) { in setCountryListener()
/frameworks/base/services/tests/servicestests/src/com/android/server/location/
DComprehensiveCountryDetectorTest.java20 import android.location.CountryListener;
125 private class CountryListenerImpl implements CountryListener {
DLocationBasedCountryDetectorTest.java19 import android.location.CountryListener;
155 private class CountryListenerImpl implements CountryListener {
/frameworks/base/config/
Dhiddenapi-light-greylist.txt2714 Landroid/location/CountryDetector;->addCountryListener(Landroid/location/CountryListener;Landroid/o…
2716 Landroid/location/CountryDetector;->removeCountryListener(Landroid/location/CountryListener;)V
2717 Landroid/location/CountryListener;->onCountryDetected(Landroid/location/Country;)V
Dboot-image-profile.txt3039 HPLandroid/location/CountryDetector;->addCountryListener(Landroid/location/CountryListener;Landroid…
3040 HPLandroid/location/CountryListener;->onCountryDetected(Landroid/location/Country;)V