LocationManager: Hide location provider and geocode provider APIs.

Also rename Geocoder.isImplemented() to Geocoder.isPresent()

BUG: 3000738
BUG: 3001413

Change-Id: I56bb4e9a9c59f8b79de585eeb168f74c3ff1a853
Signed-off-by: Mike Lockwood <lockwood@android.com>
This commit is contained in:
Mike Lockwood
2010-09-20 17:48:47 -04:00
parent 4db643eb84
commit e15735a9e0
7 changed files with 14 additions and 467 deletions

View File

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