Home
last modified time | relevance | path

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

/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowLocationManagerTest.java173 locationManager.removeUpdates(listener1); in shouldKeepTrackOfWhichProvidersAListenerIsBoundTo_withoutDuplicates_inAnyOrder()
186 locationManager.removeUpdates(listener); in shouldRemoveLocationListeners()
210 locationManager.removeUpdates(someLocationListenerPendingIntent); in shouldRemovePendingIntentsWhenRequestingLocationUpdatesUsingCriteria()
245 locationManager.removeUpdates(someLocationListenerPendingIntent); in shouldRemovePendingIntentsWhenRequestingLocationUpdatesUsingLocationListeners()
514 locationManager.removeUpdates(this); in onLocationChanged()
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/
DLocationFacade.java156 mLocationManager.removeUpdates(mLocationListener); in stopLocating()
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowLocationManager.java306 protected void removeUpdates(LocationListener listener) { in removeUpdates() method in ShadowLocationManager
323 protected void removeUpdates(PendingIntent pendingIntent) { in removeUpdates() method in ShadowLocationManager