Searched refs:CountryListener (Results 1 – 10 of 10) sorted by relevance
58 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()
25 public interface CountryListener { interface
21 import android.location.CountryListener;36 protected CountryListener mListener;57 public void setCountryListener(CountryListener listener) { in setCountryListener()
21 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()
21 import android.location.CountryListener;46 private CountryListener mListener;58 protected void setCountryListener(final CountryListener listener) { in setCountryListener()
29 import android.location.CountryListener;92 private CountryListener mLocationBasedDetectorListener;178 mLocationBasedDetectorListener = new CountryListener() { in initialize()195 protected void setCountryListener(final CountryListener listener) { in setCountryListener()
20 import android.location.CountryListener;125 private class CountryListenerImpl implements CountryListener {
19 import android.location.CountryListener;155 private class CountryListenerImpl implements CountryListener {
2714 Landroid/location/CountryDetector;->addCountryListener(Landroid/location/CountryListener;Landroid/o…2716 Landroid/location/CountryDetector;->removeCountryListener(Landroid/location/CountryListener;)V2717 Landroid/location/CountryListener;->onCountryDetected(Landroid/location/Country;)V
3039 HPLandroid/location/CountryDetector;->addCountryListener(Landroid/location/CountryListener;Landroid…3040 HPLandroid/location/CountryListener;->onCountryDetected(Landroid/location/Country;)V