diff options
author | Laurent Tu <laurentt@google.com> | 2012-10-30 14:54:02 -0700 |
---|---|---|
committer | Laurent Tu <laurentt@google.com> | 2012-11-01 15:22:22 -0700 |
commit | 7ab7f538924371a9dd4be7a27a6ae3b4c04b301c (patch) | |
tree | b78dc6cc0bdd8c32726a3e28c6df6e24cffaf06b /api | |
parent | 465c37533ac1fb76d76b062452ae19afb84aab0a (diff) | |
download | frameworks_base-7ab7f538924371a9dd4be7a27a6ae3b4c04b301c.zip frameworks_base-7ab7f538924371a9dd4be7a27a6ae3b4c04b301c.tar.gz frameworks_base-7ab7f538924371a9dd4be7a27a6ae3b4c04b301c.tar.bz2 |
Hide new location APIs and undeprecate old ones
Hide all new location APIs related to LocationRequest/Geofence and
undeprecate all deprecated APIs consequently to the LocationRequest and
Geofence introduction. Also introduce LocationRequestUnbundled for
LocationProviders to use.
Change-Id: I5b116c7d342041f45b341c88a4b6813571118018
Diffstat (limited to 'api')
-rw-r--r-- | api/17.txt | 109 | ||||
-rw-r--r-- | api/current.txt | 109 |
2 files changed, 72 insertions, 146 deletions
@@ -10586,7 +10586,7 @@ package android.location { field public static final android.os.Parcelable.Creator CREATOR; } - public deprecated class Criteria implements android.os.Parcelable { + public class Criteria implements android.os.Parcelable { ctor public Criteria(); ctor public Criteria(android.location.Criteria); method public int describeContents(); @@ -10632,13 +10632,6 @@ package android.location { method public static boolean isPresent(); } - public final class Geofence implements android.os.Parcelable { - method public static android.location.Geofence createCircle(double, double, float); - method public int describeContents(); - method public void writeToParcel(android.os.Parcel, int); - field public static final android.os.Parcelable.Creator CREATOR; - } - public final class GpsSatellite { method public float getAzimuth(); method public float getElevation(); @@ -10684,7 +10677,7 @@ package android.location { method public android.os.Bundle getExtras(); method public double getLatitude(); method public double getLongitude(); - method public deprecated java.lang.String getProvider(); + method public java.lang.String getProvider(); method public float getSpeed(); method public long getTime(); method public boolean hasAccuracy(); @@ -10722,57 +10715,51 @@ package android.location { } public class LocationManager { - method public void addGeofence(android.location.LocationRequest, android.location.Geofence, android.app.PendingIntent); method public boolean addGpsStatusListener(android.location.GpsStatus.Listener); method public boolean addNmeaListener(android.location.GpsStatus.NmeaListener); - method public deprecated void addProximityAlert(double, double, float, long, android.app.PendingIntent); - method public deprecated void addTestProvider(java.lang.String, boolean, boolean, boolean, boolean, boolean, boolean, boolean, int, int); - method public deprecated void clearTestProviderEnabled(java.lang.String); - method public deprecated void clearTestProviderLocation(java.lang.String); - method public deprecated void clearTestProviderStatus(java.lang.String); - method public deprecated java.util.List<java.lang.String> getAllProviders(); - method public deprecated java.lang.String getBestProvider(android.location.Criteria, boolean); + method public void addProximityAlert(double, double, float, long, android.app.PendingIntent); + method public void addTestProvider(java.lang.String, boolean, boolean, boolean, boolean, boolean, boolean, boolean, int, int); + method public void clearTestProviderEnabled(java.lang.String); + method public void clearTestProviderLocation(java.lang.String); + method public void clearTestProviderStatus(java.lang.String); + method public java.util.List<java.lang.String> getAllProviders(); + method public java.lang.String getBestProvider(android.location.Criteria, boolean); method public android.location.GpsStatus getGpsStatus(android.location.GpsStatus); - method public deprecated android.location.Location getLastKnownLocation(java.lang.String); - method public android.location.Location getLastLocation(); - method public deprecated android.location.LocationProvider getProvider(java.lang.String); - method public deprecated java.util.List<java.lang.String> getProviders(boolean); - method public deprecated java.util.List<java.lang.String> getProviders(android.location.Criteria, boolean); - method public deprecated boolean isProviderEnabled(java.lang.String); - method public void removeAllGeofences(android.app.PendingIntent); - method public void removeGeofence(android.location.Geofence, android.app.PendingIntent); + method public android.location.Location getLastKnownLocation(java.lang.String); + method public android.location.LocationProvider getProvider(java.lang.String); + method public java.util.List<java.lang.String> getProviders(boolean); + method public java.util.List<java.lang.String> getProviders(android.location.Criteria, boolean); + method public boolean isProviderEnabled(java.lang.String); method public void removeGpsStatusListener(android.location.GpsStatus.Listener); method public void removeNmeaListener(android.location.GpsStatus.NmeaListener); - method public deprecated void removeProximityAlert(android.app.PendingIntent); - method public deprecated void removeTestProvider(java.lang.String); + method public void removeProximityAlert(android.app.PendingIntent); + method public void removeTestProvider(java.lang.String); method public void removeUpdates(android.location.LocationListener); method public void removeUpdates(android.app.PendingIntent); - method public deprecated void requestLocationUpdates(java.lang.String, long, float, android.location.LocationListener); - method public deprecated void requestLocationUpdates(java.lang.String, long, float, android.location.LocationListener, android.os.Looper); - method public deprecated void requestLocationUpdates(long, float, android.location.Criteria, android.location.LocationListener, android.os.Looper); - method public deprecated void requestLocationUpdates(java.lang.String, long, float, android.app.PendingIntent); - method public deprecated void requestLocationUpdates(long, float, android.location.Criteria, android.app.PendingIntent); - method public void requestLocationUpdates(android.location.LocationRequest, android.location.LocationListener, android.os.Looper); - method public void requestLocationUpdates(android.location.LocationRequest, android.app.PendingIntent); - method public deprecated void requestSingleUpdate(java.lang.String, android.location.LocationListener, android.os.Looper); - method public deprecated void requestSingleUpdate(android.location.Criteria, android.location.LocationListener, android.os.Looper); - method public deprecated void requestSingleUpdate(java.lang.String, android.app.PendingIntent); - method public deprecated void requestSingleUpdate(android.location.Criteria, android.app.PendingIntent); - method public deprecated boolean sendExtraCommand(java.lang.String, java.lang.String, android.os.Bundle); - method public deprecated void setTestProviderEnabled(java.lang.String, boolean); - method public deprecated void setTestProviderLocation(java.lang.String, android.location.Location); - method public deprecated void setTestProviderStatus(java.lang.String, int, android.os.Bundle, long); - field public static final deprecated java.lang.String GPS_PROVIDER = "gps"; + method public void requestLocationUpdates(java.lang.String, long, float, android.location.LocationListener); + method public void requestLocationUpdates(java.lang.String, long, float, android.location.LocationListener, android.os.Looper); + method public void requestLocationUpdates(long, float, android.location.Criteria, android.location.LocationListener, android.os.Looper); + method public void requestLocationUpdates(java.lang.String, long, float, android.app.PendingIntent); + method public void requestLocationUpdates(long, float, android.location.Criteria, android.app.PendingIntent); + method public void requestSingleUpdate(java.lang.String, android.location.LocationListener, android.os.Looper); + method public void requestSingleUpdate(android.location.Criteria, android.location.LocationListener, android.os.Looper); + method public void requestSingleUpdate(java.lang.String, android.app.PendingIntent); + method public void requestSingleUpdate(android.location.Criteria, android.app.PendingIntent); + method public boolean sendExtraCommand(java.lang.String, java.lang.String, android.os.Bundle); + method public void setTestProviderEnabled(java.lang.String, boolean); + method public void setTestProviderLocation(java.lang.String, android.location.Location); + method public void setTestProviderStatus(java.lang.String, int, android.os.Bundle, long); + field public static final java.lang.String GPS_PROVIDER = "gps"; field public static final java.lang.String KEY_LOCATION_CHANGED = "location"; - field public static final deprecated java.lang.String KEY_PROVIDER_ENABLED = "providerEnabled"; + field public static final java.lang.String KEY_PROVIDER_ENABLED = "providerEnabled"; field public static final java.lang.String KEY_PROXIMITY_ENTERING = "entering"; - field public static final deprecated java.lang.String KEY_STATUS_CHANGED = "status"; - field public static final deprecated java.lang.String NETWORK_PROVIDER = "network"; - field public static final deprecated java.lang.String PASSIVE_PROVIDER = "passive"; - field public static final deprecated java.lang.String PROVIDERS_CHANGED_ACTION = "android.location.PROVIDERS_CHANGED"; + field public static final java.lang.String KEY_STATUS_CHANGED = "status"; + field public static final java.lang.String NETWORK_PROVIDER = "network"; + field public static final java.lang.String PASSIVE_PROVIDER = "passive"; + field public static final java.lang.String PROVIDERS_CHANGED_ACTION = "android.location.PROVIDERS_CHANGED"; } - public deprecated class LocationProvider { + public class LocationProvider { method public int getAccuracy(); method public java.lang.String getName(); method public int getPowerRequirement(); @@ -10789,30 +10776,6 @@ package android.location { field public static final int TEMPORARILY_UNAVAILABLE = 1; // 0x1 } - public final class LocationRequest implements android.os.Parcelable { - method public static android.location.LocationRequest create(); - method public int describeContents(); - method public long getExpireAt(); - method public long getFastestInterval(); - method public long getInterval(); - method public int getNumUpdates(); - method public int getQuality(); - method public android.location.LocationRequest setExpireAt(long); - method public android.location.LocationRequest setExpireIn(long); - method public android.location.LocationRequest setFastestInterval(long); - method public android.location.LocationRequest setInterval(long); - method public android.location.LocationRequest setNumUpdates(int); - method public android.location.LocationRequest setQuality(int); - method public void writeToParcel(android.os.Parcel, int); - field public static final int ACCURACY_BLOCK = 102; // 0x66 - field public static final int ACCURACY_CITY = 104; // 0x68 - field public static final int ACCURACY_FINE = 100; // 0x64 - field public static final android.os.Parcelable.Creator CREATOR; - field public static final int POWER_HIGH = 203; // 0xcb - field public static final int POWER_LOW = 201; // 0xc9 - field public static final int POWER_NONE = 200; // 0xc8 - } - } package android.media { diff --git a/api/current.txt b/api/current.txt index fde6302..58f485f 100644 --- a/api/current.txt +++ b/api/current.txt @@ -10586,7 +10586,7 @@ package android.location { field public static final android.os.Parcelable.Creator CREATOR; } - public deprecated class Criteria implements android.os.Parcelable { + public class Criteria implements android.os.Parcelable { ctor public Criteria(); ctor public Criteria(android.location.Criteria); method public int describeContents(); @@ -10632,13 +10632,6 @@ package android.location { method public static boolean isPresent(); } - public final class Geofence implements android.os.Parcelable { - method public static android.location.Geofence createCircle(double, double, float); - method public int describeContents(); - method public void writeToParcel(android.os.Parcel, int); - field public static final android.os.Parcelable.Creator CREATOR; - } - public final class GpsSatellite { method public float getAzimuth(); method public float getElevation(); @@ -10684,7 +10677,7 @@ package android.location { method public android.os.Bundle getExtras(); method public double getLatitude(); method public double getLongitude(); - method public deprecated java.lang.String getProvider(); + method public java.lang.String getProvider(); method public float getSpeed(); method public long getTime(); method public boolean hasAccuracy(); @@ -10722,57 +10715,51 @@ package android.location { } public class LocationManager { - method public void addGeofence(android.location.LocationRequest, android.location.Geofence, android.app.PendingIntent); method public boolean addGpsStatusListener(android.location.GpsStatus.Listener); method public boolean addNmeaListener(android.location.GpsStatus.NmeaListener); - method public deprecated void addProximityAlert(double, double, float, long, android.app.PendingIntent); - method public deprecated void addTestProvider(java.lang.String, boolean, boolean, boolean, boolean, boolean, boolean, boolean, int, int); - method public deprecated void clearTestProviderEnabled(java.lang.String); - method public deprecated void clearTestProviderLocation(java.lang.String); - method public deprecated void clearTestProviderStatus(java.lang.String); - method public deprecated java.util.List<java.lang.String> getAllProviders(); - method public deprecated java.lang.String getBestProvider(android.location.Criteria, boolean); + method public void addProximityAlert(double, double, float, long, android.app.PendingIntent); + method public void addTestProvider(java.lang.String, boolean, boolean, boolean, boolean, boolean, boolean, boolean, int, int); + method public void clearTestProviderEnabled(java.lang.String); + method public void clearTestProviderLocation(java.lang.String); + method public void clearTestProviderStatus(java.lang.String); + method public java.util.List<java.lang.String> getAllProviders(); + method public java.lang.String getBestProvider(android.location.Criteria, boolean); method public android.location.GpsStatus getGpsStatus(android.location.GpsStatus); - method public deprecated android.location.Location getLastKnownLocation(java.lang.String); - method public android.location.Location getLastLocation(); - method public deprecated android.location.LocationProvider getProvider(java.lang.String); - method public deprecated java.util.List<java.lang.String> getProviders(boolean); - method public deprecated java.util.List<java.lang.String> getProviders(android.location.Criteria, boolean); - method public deprecated boolean isProviderEnabled(java.lang.String); - method public void removeAllGeofences(android.app.PendingIntent); - method public void removeGeofence(android.location.Geofence, android.app.PendingIntent); + method public android.location.Location getLastKnownLocation(java.lang.String); + method public android.location.LocationProvider getProvider(java.lang.String); + method public java.util.List<java.lang.String> getProviders(boolean); + method public java.util.List<java.lang.String> getProviders(android.location.Criteria, boolean); + method public boolean isProviderEnabled(java.lang.String); method public void removeGpsStatusListener(android.location.GpsStatus.Listener); method public void removeNmeaListener(android.location.GpsStatus.NmeaListener); - method public deprecated void removeProximityAlert(android.app.PendingIntent); - method public deprecated void removeTestProvider(java.lang.String); + method public void removeProximityAlert(android.app.PendingIntent); + method public void removeTestProvider(java.lang.String); method public void removeUpdates(android.location.LocationListener); method public void removeUpdates(android.app.PendingIntent); - method public deprecated void requestLocationUpdates(java.lang.String, long, float, android.location.LocationListener); - method public deprecated void requestLocationUpdates(java.lang.String, long, float, android.location.LocationListener, android.os.Looper); - method public deprecated void requestLocationUpdates(long, float, android.location.Criteria, android.location.LocationListener, android.os.Looper); - method public deprecated void requestLocationUpdates(java.lang.String, long, float, android.app.PendingIntent); - method public deprecated void requestLocationUpdates(long, float, android.location.Criteria, android.app.PendingIntent); - method public void requestLocationUpdates(android.location.LocationRequest, android.location.LocationListener, android.os.Looper); - method public void requestLocationUpdates(android.location.LocationRequest, android.app.PendingIntent); - method public deprecated void requestSingleUpdate(java.lang.String, android.location.LocationListener, android.os.Looper); - method public deprecated void requestSingleUpdate(android.location.Criteria, android.location.LocationListener, android.os.Looper); - method public deprecated void requestSingleUpdate(java.lang.String, android.app.PendingIntent); - method public deprecated void requestSingleUpdate(android.location.Criteria, android.app.PendingIntent); - method public deprecated boolean sendExtraCommand(java.lang.String, java.lang.String, android.os.Bundle); - method public deprecated void setTestProviderEnabled(java.lang.String, boolean); - method public deprecated void setTestProviderLocation(java.lang.String, android.location.Location); - method public deprecated void setTestProviderStatus(java.lang.String, int, android.os.Bundle, long); - field public static final deprecated java.lang.String GPS_PROVIDER = "gps"; + method public void requestLocationUpdates(java.lang.String, long, float, android.location.LocationListener); + method public void requestLocationUpdates(java.lang.String, long, float, android.location.LocationListener, android.os.Looper); + method public void requestLocationUpdates(long, float, android.location.Criteria, android.location.LocationListener, android.os.Looper); + method public void requestLocationUpdates(java.lang.String, long, float, android.app.PendingIntent); + method public void requestLocationUpdates(long, float, android.location.Criteria, android.app.PendingIntent); + method public void requestSingleUpdate(java.lang.String, android.location.LocationListener, android.os.Looper); + method public void requestSingleUpdate(android.location.Criteria, android.location.LocationListener, android.os.Looper); + method public void requestSingleUpdate(java.lang.String, android.app.PendingIntent); + method public void requestSingleUpdate(android.location.Criteria, android.app.PendingIntent); + method public boolean sendExtraCommand(java.lang.String, java.lang.String, android.os.Bundle); + method public void setTestProviderEnabled(java.lang.String, boolean); + method public void setTestProviderLocation(java.lang.String, android.location.Location); + method public void setTestProviderStatus(java.lang.String, int, android.os.Bundle, long); + field public static final java.lang.String GPS_PROVIDER = "gps"; field public static final java.lang.String KEY_LOCATION_CHANGED = "location"; - field public static final deprecated java.lang.String KEY_PROVIDER_ENABLED = "providerEnabled"; + field public static final java.lang.String KEY_PROVIDER_ENABLED = "providerEnabled"; field public static final java.lang.String KEY_PROXIMITY_ENTERING = "entering"; - field public static final deprecated java.lang.String KEY_STATUS_CHANGED = "status"; - field public static final deprecated java.lang.String NETWORK_PROVIDER = "network"; - field public static final deprecated java.lang.String PASSIVE_PROVIDER = "passive"; - field public static final deprecated java.lang.String PROVIDERS_CHANGED_ACTION = "android.location.PROVIDERS_CHANGED"; + field public static final java.lang.String KEY_STATUS_CHANGED = "status"; + field public static final java.lang.String NETWORK_PROVIDER = "network"; + field public static final java.lang.String PASSIVE_PROVIDER = "passive"; + field public static final java.lang.String PROVIDERS_CHANGED_ACTION = "android.location.PROVIDERS_CHANGED"; } - public deprecated class LocationProvider { + public class LocationProvider { method public int getAccuracy(); method public java.lang.String getName(); method public int getPowerRequirement(); @@ -10789,30 +10776,6 @@ package android.location { field public static final int TEMPORARILY_UNAVAILABLE = 1; // 0x1 } - public final class LocationRequest implements android.os.Parcelable { - method public static android.location.LocationRequest create(); - method public int describeContents(); - method public long getExpireAt(); - method public long getFastestInterval(); - method public long getInterval(); - method public int getNumUpdates(); - method public int getQuality(); - method public android.location.LocationRequest setExpireAt(long); - method public android.location.LocationRequest setExpireIn(long); - method public android.location.LocationRequest setFastestInterval(long); - method public android.location.LocationRequest setInterval(long); - method public android.location.LocationRequest setNumUpdates(int); - method public android.location.LocationRequest setQuality(int); - method public void writeToParcel(android.os.Parcel, int); - field public static final int ACCURACY_BLOCK = 102; // 0x66 - field public static final int ACCURACY_CITY = 104; // 0x68 - field public static final int ACCURACY_FINE = 100; // 0x64 - field public static final android.os.Parcelable.Creator CREATOR; - field public static final int POWER_HIGH = 203; // 0xcb - field public static final int POWER_LOW = 201; // 0xc9 - field public static final int POWER_NONE = 200; // 0xc8 - } - } package android.media { |