Searched refs:simulateLocation (Results 1 – 2 of 2) sorted by relevance
424 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()
429 public void simulateLocation(Location location) { in simulateLocation() method in ShadowLocationManager