Home
last modified time | relevance | path

Searched refs:removeUpdates (Results 1 – 16 of 16) sorted by relevance

/frameworks/base/location/java/android/location/
DILocationManager.aidl43 void removeUpdates(in ILocationListener listener, in PendingIntent intent, String packageName); in removeUpdates() method
DLocationManager.java902 public void removeUpdates(LocationListener listener) { in removeUpdates() method in LocationManager
913 mService.removeUpdates(transport, null, packageName); in removeUpdates()
927 public void removeUpdates(PendingIntent intent) { in removeUpdates() method in LocationManager
932 mService.removeUpdates(null, intent, packageName); in removeUpdates()
/frameworks/base/services/core/java/com/android/server/location/
DLocationBasedCountryDetector.java113 mLocationManager.removeUpdates(listener); in unregisterListener()
DGeofenceManager.java325 mLocationManager.removeUpdates(this); in updateFences()
/frameworks/base/services/core/java/com/android/server/twilight/
DTwilightService.java368 mLocationManager.removeUpdates(mEmptyLocationListener); in handleMessage()
427 mLocationManager.removeUpdates(mLocationListener); in handleMessage()
/frameworks/ml/bordeaux/service/src/android/bordeaux/services/
DLocationStatsAggregator.java230 mLocationManager.removeUpdates(this);
/frameworks/base/packages/FusedLocation/src/com/android/location/fused/
DFusionEngine.java152 mLocationManager.removeUpdates(this); //TODO GLOBAL in disableProvider()
/frameworks/base/tests/LocationTracker/src/com/android/locationtracker/
DTrackerService.java244 lm.removeUpdates(listener); in stopListeners()
/frameworks/base/docs/html/guide/topics/location/
Dstrategies.jd240 listening for updates by calling {@link android.location.LocationManager#removeUpdates}:</p>
243 locationManager.removeUpdates(locationListener);
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
DFusedPrintersProvider.java288 mLocationManager.removeUpdates(this); in onStopLoading()
/frameworks/base/services/core/java/com/android/server/
DDeviceIdleController.java2232 mLocationManager.removeUpdates(mGenericLocationListener); in cancelLocatingLocked()
2233 mLocationManager.removeUpdates(mGpsLocationListener); in cancelLocatingLocked()
DLocationManagerService.java1703 public void removeUpdates(ILocationListener listener, PendingIntent intent, in removeUpdates() method in LocationManagerService
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt13870 method public void removeUpdates(android.location.LocationListener);
13871 method public void removeUpdates(android.app.PendingIntent);
/frameworks/base/api/
Dcurrent.txt19350 method public void removeUpdates(android.location.LocationListener);
19351 method public void removeUpdates(android.app.PendingIntent);
Dtest-current.txt19419 method public void removeUpdates(android.location.LocationListener);
19420 method public void removeUpdates(android.app.PendingIntent);
Dsystem-current.txt20800 method public void removeUpdates(android.location.LocationListener);
20801 method public void removeUpdates(android.app.PendingIntent);