diff options
| author | 2009-11-03 18:20:53 -0800 | |
|---|---|---|
| committer | 2009-11-05 12:41:10 -0800 | |
| commit | 91bb62f0dc002065cb1932a96fecf15c1b92b6e9 (patch) | |
| tree | 46bd287f0c23d280a9e7dfa86390ee655ab11932 | |
| parent | e33044eadfa9969e71e50d1aff165cbc436b13f3 (diff) | |
New API 4 with new CDMA constants.
| -rw-r--r-- | api/4.xml | 66 |
1 files changed, 66 insertions, 0 deletions
diff --git a/api/4.xml b/api/4.xml index e996e8f9c5b3..96890721dca6 100644 --- a/api/4.xml +++ b/api/4.xml @@ -111799,6 +111799,17 @@ visibility="public" > </field> +<field name="DATA_ACTIVITY_DORMANT" + type="int" + transient="false" + volatile="false" + value="4" + static="true" + final="true" + deprecated="not deprecated" + visibility="public" +> +</field> <field name="DATA_ACTIVITY_IN" type="int" transient="false" @@ -111939,6 +111950,28 @@ visibility="public" > </field> +<field name="NETWORK_TYPE_1xRTT" + type="int" + transient="false" + volatile="false" + value="7" + static="true" + final="true" + deprecated="not deprecated" + visibility="public" +> +</field> +<field name="NETWORK_TYPE_CDMA" + type="int" + transient="false" + volatile="false" + value="4" + static="true" + final="true" + deprecated="not deprecated" + visibility="public" +> +</field> <field name="NETWORK_TYPE_EDGE" type="int" transient="false" @@ -111950,6 +111983,28 @@ visibility="public" > </field> +<field name="NETWORK_TYPE_EVDO_0" + type="int" + transient="false" + volatile="false" + value="5" + static="true" + final="true" + deprecated="not deprecated" + visibility="public" +> +</field> +<field name="NETWORK_TYPE_EVDO_A" + type="int" + transient="false" + volatile="false" + value="6" + static="true" + final="true" + deprecated="not deprecated" + visibility="public" +> +</field> <field name="NETWORK_TYPE_GPRS" type="int" transient="false" @@ -111983,6 +112038,17 @@ visibility="public" > </field> +<field name="PHONE_TYPE_CDMA" + type="int" + transient="false" + volatile="false" + value="2" + static="true" + final="true" + deprecated="not deprecated" + visibility="public" +> +</field> <field name="PHONE_TYPE_GSM" type="int" transient="false" |