Home | History | Annotate | Download | only in location

Lines Matching refs:removeUpdates

792      * <p> To unregister for Location updates, use: {@link #removeUpdates(LocationListener)}.
821 * <p> To unregister for Location updates, use: {@link #removeUpdates(PendingIntent)}.
875 public void removeUpdates(LocationListener listener) {
886 mService.removeUpdates(transport, null, packageName);
900 public void removeUpdates(PendingIntent intent) {
905 mService.removeUpdates(null, intent, packageName);