Searched refs:removeUpdates (Results 1 – 13 of 13) sorted by relevance
181 mLocationManager.removeUpdates(this); in unregisterFromLocationUpdates()
42 void removeUpdates(in ILocationListener listener, in PendingIntent intent, String packageName); in removeUpdates() method
851 public void removeUpdates(LocationListener listener) { in removeUpdates() method in LocationManager862 mService.removeUpdates(transport, null, packageName); in removeUpdates()876 public void removeUpdates(PendingIntent intent) { in removeUpdates() method in LocationManager881 mService.removeUpdates(null, intent, packageName); in removeUpdates()
105 mLocationManager.removeUpdates(listener); in unregisterListener()
325 mLocationManager.removeUpdates(this); in updateFences()
230 mLocationManager.removeUpdates(this);
150 mLocationManager.removeUpdates(this); //TODO GLOBAL in disableProvider()
244 lm.removeUpdates(listener); in stopListeners()
358 mLocationManager.removeUpdates(mEmptyLocationListener); in handleMessage()
1342 public void removeUpdates(ILocationListener listener, PendingIntent intent, in removeUpdates() method in LocationManagerService
240 listening for updates by calling {@link android.location.LocationManager#removeUpdates}:</p>243 locationManager.removeUpdates(locationListener);
374 NO DOC BLOCK: android.location.LocationManager Method removeUpdates(android.app.PendingIntent)
11136 method public void removeUpdates(android.location.LocationListener);11137 method public void removeUpdates(android.app.PendingIntent);