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

  /frameworks/base/location/java/android/location/
ICountryDetector.aidl 38 void addCountryListener(in ICountryListener listener);
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/tests/servicestests/src/com/android/server/
CountryDetectorServiceTest.java 72 serviceTester.addCountryListener(listenerTester);
85 serviceTester.addCountryListener(listenerTesterA);
86 serviceTester.addCountryListener(listenerTesterB);
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
CountryMonitor.java 59 countryDetector.addCountryListener(new CountryListener() {
  /frameworks/base/services/core/java/com/android/server/
CountryDetectorService.java 112 public void addCountryListener(ICountryListener listener) throws RemoteException {
  /packages/apps/Mms/src/com/android/mms/
MmsApp.java 87 mCountryDetector.addCountryListener(mCountryListener, getMainLooper());
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
ContactsActor.java 112 public void addCountryListener(CountryListener listener, Looper looper) {
  /external/chromium_org/third_party/android_platform/webview/
frameworks.jar 

Completed in 1098 milliseconds