Home
last modified time | relevance | path

Searched refs:removeUpdates (Results 1 – 3 of 3) sorted by relevance

/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
DLocationManagerTest.java152 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()
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowLocationManager.java248 public void removeUpdates(LocationListener listener) { in removeUpdates() method in ShadowLocationManager
253 public void removeUpdates(PendingIntent pendingIntent) { in removeUpdates() method in ShadowLocationManager
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/
DLocationFacade.java156 mLocationManager.removeUpdates(mLocationListener); in stopLocating()