Searched refs:removeUpdates (Results 1 – 3 of 3) sorted by relevance
152 locationManager.removeUpdates(listener1); in shouldKeepTrackOfWhichProvidersAListenerIsBoundTo_withoutDuplicates_inAnyOrder()165 locationManager.removeUpdates(listener); in shouldRemoveLocationListeners()191 locationManager.removeUpdates(someLocationListenerPendingIntent); in shouldRemovePendingIntentsWhenRequestingLocationUpdatesUsingCriteria()226 locationManager.removeUpdates(someLocationListenerPendingIntent); in shouldRemovePendingIntentsWhenRequestingLocationUpdatesUsingLocationListeners()
248 public void removeUpdates(LocationListener listener) { in removeUpdates() method in ShadowLocationManager253 public void removeUpdates(PendingIntent pendingIntent) { in removeUpdates() method in ShadowLocationManager
156 mLocationManager.removeUpdates(mLocationListener); in stopLocating()