am 24956d36: am 307aef01: Merge "LocationManager: Hide location provider and geocode provider APIs." into gingerbread

Merge commit '24956d36f46dd7be0b029a7b2b43c1020ae8a4c5'

* commit '24956d36f46dd7be0b029a7b2b43c1020ae8a4c5':
  LocationManager: Hide location provider and geocode provider APIs.
This commit is contained in:
Mike Lockwood
2010-09-20 19:33:58 -07:00
committed by Android Git Automerger
7 changed files with 14 additions and 467 deletions

View File

@@ -1960,7 +1960,7 @@ public class LocationManagerService extends ILocationManager.Stub implements Run
// Geocoder
public boolean geocoderIsImplemented() {
public boolean geocoderIsPresent() {
return mGeocodeProvider != null;
}