diff options
Diffstat (limited to 'location/java/android/location/ILocationProvider.aidl')
| -rw-r--r-- | location/java/android/location/ILocationProvider.aidl | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/location/java/android/location/ILocationProvider.aidl b/location/java/android/location/ILocationProvider.aidl index 82533a5..e3e374d 100644 --- a/location/java/android/location/ILocationProvider.aidl +++ b/location/java/android/location/ILocationProvider.aidl @@ -19,13 +19,11 @@ package android.location; import android.os.Bundle; /** - * An interface for location providers implemented outside of the system process. + * Binder interface for location providers. * * {@hide} */ interface ILocationProvider { - - /* for LocationProvider */ boolean requiresNetwork(); boolean requiresSatellite(); boolean requiresCell(); @@ -35,8 +33,6 @@ interface ILocationProvider { boolean supportsBearing(); int getPowerRequirement(); int getAccuracy(); - - /* for LocationProviderImpl */ void enable(); void disable(); boolean isEnabled(); |
