diff options
author | Satish Sampath <satish@android.com> | 2009-06-11 16:33:05 +0100 |
---|---|---|
committer | Satish Sampath <satish@android.com> | 2009-06-11 17:11:50 +0100 |
commit | d82108993f4550bf7a751ab27593ef8e15120db3 (patch) | |
tree | ba92d52fb970c8099dd4faf7d63c4c4f7b4aa6dd /api | |
parent | 35379abd46b68a4efa20035c6c8b9d1faceb4dcc (diff) | |
download | frameworks_base-d82108993f4550bf7a751ab27593ef8e15120db3.zip frameworks_base-d82108993f4550bf7a751ab27593ef8e15120db3.tar.gz frameworks_base-d82108993f4550bf7a751ab27593ef8e15120db3.tar.bz2 |
NEW_API: Expose queryAfterZeroResults searchable attribute.
If this attribute is provided and true, the searchable activity will be invoked for all queries in a particular session.
If set to false and the activity returned zero results for a query, it will not be invoked again in that session for supersets of that zero-results query. For example, if the activity returned zero results for "bo", it would not be queried again for "bob" as an optimization.
The default value is false.
Diffstat (limited to 'api')
-rw-r--r-- | api/current.xml | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/api/current.xml b/api/current.xml index cb348e1..f30c505 100644 --- a/api/current.xml +++ b/api/current.xml @@ -3518,17 +3518,6 @@ visibility="public" > </field> -<field name="donut_resource_pad30" - type="int" - transient="false" - volatile="false" - value="16843394" - static="true" - final="true" - deprecated="not deprecated" - visibility="public" -> -</field> <field name="donut_resource_pad4" type="int" transient="false" @@ -6840,6 +6829,17 @@ visibility="public" > </field> +<field name="queryAfterZeroResults" + type="int" + transient="false" + volatile="false" + value="16843394" + static="true" + final="true" + deprecated="not deprecated" + visibility="public" +> +</field> <field name="radioButtonStyle" type="int" transient="false" @@ -62837,7 +62837,7 @@ type="float" transient="false" volatile="false" - value="0.0010f" + value="0.001f" static="true" final="true" deprecated="not deprecated" |