/frameworks/base/location/java/android/location/ |
D | ILocationManager.aidl | 43 void removeUpdates(in ILocationListener listener, in PendingIntent intent, String packageName); in removeUpdates() method
|
D | LocationManager.java | 902 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/ |
D | LocationBasedCountryDetector.java | 113 mLocationManager.removeUpdates(listener); in unregisterListener()
|
D | GeofenceManager.java | 325 mLocationManager.removeUpdates(this); in updateFences()
|
/frameworks/base/services/core/java/com/android/server/twilight/ |
D | TwilightService.java | 368 mLocationManager.removeUpdates(mEmptyLocationListener); in handleMessage() 427 mLocationManager.removeUpdates(mLocationListener); in handleMessage()
|
/frameworks/ml/bordeaux/service/src/android/bordeaux/services/ |
D | LocationStatsAggregator.java | 230 mLocationManager.removeUpdates(this);
|
/frameworks/base/packages/FusedLocation/src/com/android/location/fused/ |
D | FusionEngine.java | 152 mLocationManager.removeUpdates(this); //TODO GLOBAL in disableProvider()
|
/frameworks/base/tests/LocationTracker/src/com/android/locationtracker/ |
D | TrackerService.java | 244 lm.removeUpdates(listener); in stopListeners()
|
/frameworks/base/docs/html/guide/topics/location/ |
D | strategies.jd | 240 listening for updates by calling {@link android.location.LocationManager#removeUpdates}:</p> 243 locationManager.removeUpdates(locationListener);
|
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/ |
D | FusedPrintersProvider.java | 288 mLocationManager.removeUpdates(this); in onStopLoading()
|
/frameworks/base/services/core/java/com/android/server/ |
D | DeviceIdleController.java | 2232 mLocationManager.removeUpdates(mGenericLocationListener); in cancelLocatingLocked() 2233 mLocationManager.removeUpdates(mGpsLocationListener); in cancelLocatingLocked()
|
D | LocationManagerService.java | 1703 public void removeUpdates(ILocationListener listener, PendingIntent intent, in removeUpdates() method in LocationManagerService
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 13870 method public void removeUpdates(android.location.LocationListener); 13871 method public void removeUpdates(android.app.PendingIntent);
|
/frameworks/base/api/ |
D | current.txt | 19350 method public void removeUpdates(android.location.LocationListener); 19351 method public void removeUpdates(android.app.PendingIntent);
|
D | test-current.txt | 19419 method public void removeUpdates(android.location.LocationListener); 19420 method public void removeUpdates(android.app.PendingIntent);
|
D | system-current.txt | 20800 method public void removeUpdates(android.location.LocationListener); 20801 method public void removeUpdates(android.app.PendingIntent);
|