Home
last modified time | relevance | path

Searched refs:simulateLocation (Results 1 – 2 of 2) sorted by relevance

/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowLocationManagerTest.java424 shadowLocationManager.simulateLocation(location1); in simulateLocation_shouldNotNotifyListenerIfLessThanFastestInterval()
425 shadowLocationManager.simulateLocation(location2); in simulateLocation_shouldNotNotifyListenerIfLessThanFastestInterval()
444 shadowLocationManager.simulateLocation(location1); in simulateLocation_shouldNotNotifyListenerIfLessThanMinimumDistance()
445 shadowLocationManager.simulateLocation(location2); in simulateLocation_shouldNotNotifyListenerIfLessThanMinimumDistance()
460 shadowLocationManager.simulateLocation(location); in shouldNotThrowExceptionIfLocationListenerRemovedInsideOnLocationChanged()
469 shadowLocationManager.simulateLocation(new Location(GPS_PROVIDER)); in requestLocationUpdates_shouldNotRegisterDuplicateListeners()
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowLocationManager.java429 public void simulateLocation(Location location) { in simulateLocation() method in ShadowLocationManager