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

/frameworks/base/location/java/android/location/
H A DLocationManager.java768 * <p> To unregister for Location updates, use: {@link #removeUpdates(LocationListener)}.
797 * <p> To unregister for Location updates, use: {@link #removeUpdates(PendingIntent)}.
851 public void removeUpdates(LocationListener listener) { method in class:LocationManager
862 mService.removeUpdates(transport, null, packageName);
876 public void removeUpdates(PendingIntent intent) { method in class:LocationManager
881 mService.removeUpdates(null, intent, packageName);
/frameworks/base/services/java/com/android/server/
H A DLocationManagerService.java1342 public void removeUpdates(ILocationListener listener, PendingIntent intent, method in class:LocationManagerService

Completed in 116 milliseconds