Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/webkit/
DGeolocationService.java181 mLocationManager.removeUpdates(this); in unregisterFromLocationUpdates()
/frameworks/base/location/java/android/location/
DILocationManager.aidl42 void removeUpdates(in ILocationListener listener, in PendingIntent intent, String packageName); in removeUpdates() method
DLocationManager.java851 public void removeUpdates(LocationListener listener) { in removeUpdates() method in LocationManager
862 mService.removeUpdates(transport, null, packageName); in removeUpdates()
876 public void removeUpdates(PendingIntent intent) { in removeUpdates() method in LocationManager
881 mService.removeUpdates(null, intent, packageName); in removeUpdates()
/frameworks/base/services/java/com/android/server/location/
DLocationBasedCountryDetector.java105 mLocationManager.removeUpdates(listener); in unregisterListener()
DGeofenceManager.java325 mLocationManager.removeUpdates(this); in updateFences()
/frameworks/ml/bordeaux/service/src/android/bordeaux/services/
DLocationStatsAggregator.java230 mLocationManager.removeUpdates(this);
/frameworks/base/packages/FusedLocation/src/com/android/location/fused/
DFusionEngine.java150 mLocationManager.removeUpdates(this); //TODO GLOBAL in disableProvider()
/frameworks/base/tests/LocationTracker/src/com/android/locationtracker/
DTrackerService.java244 lm.removeUpdates(listener); in stopListeners()
/frameworks/base/services/java/com/android/server/
DTwilightService.java358 mLocationManager.removeUpdates(mEmptyLocationListener); in handleMessage()
DLocationManagerService.java1342 public void removeUpdates(ILocationListener listener, PendingIntent intent, in removeUpdates() method in LocationManagerService
/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/docs/html/sdk/api_diff/3/
DmissingSinces.txt374 NO DOC BLOCK: android.location.LocationManager Method removeUpdates(android.app.PendingIntent)
/frameworks/base/api/
Dcurrent.txt11136 method public void removeUpdates(android.location.LocationListener);
11137 method public void removeUpdates(android.app.PendingIntent);