diff options
| author | Mike Lockwood <lockwood@android.com> | 2010-02-01 15:34:52 -0500 |
|---|---|---|
| committer | Mike Lockwood <lockwood@android.com> | 2010-02-01 15:34:52 -0500 |
| commit | 56fcd69b14610e5ae7fc08f285c7b57585723c5a (patch) | |
| tree | beadf635b9c335f3e35283a9ca886f5be8c9e69f | |
| parent | 2cd543aad5cc38fb3e7158f1cc5080c7e9ff5d24 (diff) | |
| download | frameworks_base-56fcd69b14610e5ae7fc08f285c7b57585723c5a.zip frameworks_base-56fcd69b14610e5ae7fc08f285c7b57585723c5a.tar.gz frameworks_base-56fcd69b14610e5ae7fc08f285c7b57585723c5a.tar.bz2 | |
Remove unused method LocationProviderImpl.isEnabled().
This should have been removed in my previous change.
Change-Id: I3a080888f995e77a61e3ebf1c194ccd65686af1e
Signed-off-by: Mike Lockwood <lockwood@android.com>
| -rw-r--r-- | api/current.xml | 11 | ||||
| -rw-r--r-- | location/java/android/location/LocationProviderImpl.java | 5 |
2 files changed, 0 insertions, 16 deletions
diff --git a/api/current.xml b/api/current.xml index 2fbd374..9bd5c01 100644 --- a/api/current.xml +++ b/api/current.xml @@ -78032,17 +78032,6 @@ visibility="public" > </method> -<method name="isEnabled" - return="boolean" - abstract="true" - native="false" - synchronized="false" - static="false" - final="false" - deprecated="not deprecated" - visibility="public" -> -</method> <method name="removeListener" return="void" abstract="true" diff --git a/location/java/android/location/LocationProviderImpl.java b/location/java/android/location/LocationProviderImpl.java index b0c2db7..7148a02 100644 --- a/location/java/android/location/LocationProviderImpl.java +++ b/location/java/android/location/LocationProviderImpl.java @@ -134,11 +134,6 @@ public abstract class LocationProviderImpl extends LocationProvider { public abstract void disable(); /** - * Returns true if the provider is currently enabled - */ - public abstract boolean isEnabled(); - - /** * Returns a information on the status of this provider. * {@link #OUT_OF_SERVICE} is returned if the provider is * out of service, and this is not expected to change in the near |
