Searched defs:removeUpdates (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/location/java/android/location/
H A DLocationManager.java797 * <p> To unregister for Location updates, use: {@link #removeUpdates(LocationListener)}.
827 * <p> To unregister for Location updates, use: {@link #removeUpdates(PendingIntent)}.
882 public void removeUpdates(LocationListener listener) { method in class:LocationManager
893 mService.removeUpdates(transport, null, packageName);
907 public void removeUpdates(PendingIntent intent) { method in class:LocationManager
912 mService.removeUpdates(null, intent, packageName);
/frameworks/base/services/core/java/com/android/server/
H A DLocationManagerService.java1620 public void removeUpdates(ILocationListener listener, PendingIntent intent, method in class:LocationManagerService

Completed in 3257 milliseconds