HomeSort by relevance Sort by last modified time
    Searched defs:addCountryListener (Results 1 - 4 of 4) sorted by null

  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
CountryMonitor.java 49 countryDetector.addCountryListener(new CountryListener() {
  /frameworks/base/location/java/android/location/
CountryDetector.java 41 * {@link #addCountryListener}
122 public void addCountryListener(CountryListener listener, Looper looper) {
127 mService.addCountryListener(transport);
130 Log.e(TAG, "addCountryListener: RemoteException", e);
  /frameworks/base/services/java/com/android/server/
CountryDetectorService.java 112 public void addCountryListener(ICountryListener listener) throws RemoteException {
  /packages/apps/Mms/src/com/android/mms/
MmsApp.java 82 mCountryDetector.addCountryListener(mCountryListener, getMainLooper());

Completed in 60 milliseconds