diff options
author | Mike Lockwood <lockwood@android.com> | 2010-06-23 14:34:03 -0400 |
---|---|---|
committer | Mike Lockwood <lockwood@android.com> | 2010-06-23 14:34:03 -0400 |
commit | 8900c32986eb9b06f30ecbe6709857fd2cc7b576 (patch) | |
tree | a932086c9d2da198796151306358444d0c34adca /api | |
parent | 2c2ce8e53f5eb94916a5d0f40b2877cc7551870d (diff) | |
download | frameworks_base-8900c32986eb9b06f30ecbe6709857fd2cc7b576.zip frameworks_base-8900c32986eb9b06f30ecbe6709857fd2cc7b576.tar.gz frameworks_base-8900c32986eb9b06f30ecbe6709857fd2cc7b576.tar.bz2 |
andriod.location.Criteria: Simplify new location criteria APIs a bit.
Remove ACCURACY_BEST and only use ACCURACY_MEDIUM for horizontal accuracy.
Remove accuracy priority support, since it be difficult to implement in some cases.
Change-Id: I785a781f8d8f3bf3be6693ad71d077b6eb280c31
Signed-off-by: Mike Lockwood <lockwood@android.com>
Diffstat (limited to 'api')
-rw-r--r-- | api/current.xml | 92 |
1 files changed, 1 insertions, 91 deletions
diff --git a/api/current.xml b/api/current.xml index 2266257..628cb66 100644 --- a/api/current.xml +++ b/api/current.xml @@ -81821,17 +81821,6 @@ visibility="public" > </method> -<method name="getPriority" - return="int" - abstract="false" - native="false" - synchronized="false" - static="false" - final="false" - deprecated="not deprecated" - visibility="public" -> -</method> <method name="getSpeedAccuracy" return="int" abstract="false" @@ -81989,19 +81978,6 @@ <parameter name="level" type="int"> </parameter> </method> -<method name="setPreferredPriority" - return="void" - abstract="false" - native="false" - synchronized="false" - static="false" - final="false" - deprecated="not deprecated" - visibility="public" -> -<parameter name="priority" type="int"> -</parameter> -</method> <method name="setSpeedAccuracy" return="void" abstract="false" @@ -82056,17 +82032,6 @@ <parameter name="flags" type="int"> </parameter> </method> -<field name="ACCURACY_BEST" - type="int" - transient="false" - volatile="false" - value="4" - static="true" - final="true" - deprecated="not deprecated" - visibility="public" -> -</field> <field name="ACCURACY_COARSE" type="int" transient="false" @@ -82122,17 +82087,6 @@ visibility="public" > </field> -<field name="BEARING_ACCURACY_PRIORITY" - type="int" - transient="false" - volatile="false" - value="4" - static="true" - final="true" - deprecated="not deprecated" - visibility="public" -> -</field> <field name="CREATOR" type="android.os.Parcelable.Creator" transient="false" @@ -82143,17 +82097,6 @@ visibility="public" > </field> -<field name="HORIZONTAL_ACCURACY_PRIORITY" - type="int" - transient="false" - volatile="false" - value="1" - static="true" - final="true" - deprecated="not deprecated" - visibility="public" -> -</field> <field name="NO_REQUIREMENT" type="int" transient="false" @@ -82198,39 +82141,6 @@ visibility="public" > </field> -<field name="POWER_REQUIREMENT_PRIORITY" - type="int" - transient="false" - volatile="false" - value="5" - static="true" - final="true" - deprecated="not deprecated" - visibility="public" -> -</field> -<field name="SPEED_ACCURACY_PRIORITY" - type="int" - transient="false" - volatile="false" - value="3" - static="true" - final="true" - deprecated="not deprecated" - visibility="public" -> -</field> -<field name="VERTICAL_ACCURACY_PRIORITY" - type="int" - transient="false" - volatile="false" - value="2" - static="true" - final="true" - deprecated="not deprecated" - visibility="public" -> -</field> </class> <class name="Geocoder" extends="java.lang.Object" @@ -219137,7 +219047,7 @@ deprecated="not deprecated" visibility="public" > -<parameter name="arg0" type="T"> +<parameter name="t" type="T"> </parameter> </method> </interface> |