diff options
Diffstat (limited to 'api/current.xml')
-rw-r--r-- | api/current.xml | 189 |
1 files changed, 188 insertions, 1 deletions
diff --git a/api/current.xml b/api/current.xml index c2e84be..d7bc614 100644 --- a/api/current.xml +++ b/api/current.xml @@ -121077,6 +121077,50 @@ deprecated="deprecated" visibility="public" > +<field name="AVAILABLE" + type="int" + transient="false" + volatile="false" + value="5" + static="true" + final="true" + deprecated="not deprecated" + visibility="public" +> +</field> +<field name="AWAY" + type="int" + transient="false" + volatile="false" + value="2" + static="true" + final="true" + deprecated="not deprecated" + visibility="public" +> +</field> +<field name="DO_NOT_DISTURB" + type="int" + transient="false" + volatile="false" + value="4" + static="true" + final="true" + deprecated="not deprecated" + visibility="public" +> +</field> +<field name="IDLE" + type="int" + transient="false" + volatile="false" + value="3" + static="true" + final="true" + deprecated="not deprecated" + visibility="public" +> +</field> <field name="IM_ACCOUNT" type="java.lang.String" transient="false" @@ -121110,6 +121154,61 @@ visibility="public" > </field> +<field name="INVISIBLE" + type="int" + transient="false" + volatile="false" + value="1" + static="true" + final="true" + deprecated="not deprecated" + visibility="public" +> +</field> +<field name="OFFLINE" + type="int" + transient="false" + volatile="false" + value="0" + static="true" + final="true" + deprecated="not deprecated" + visibility="public" +> +</field> +<field name="PRESENCE_CUSTOM_STATUS" + type="java.lang.String" + transient="false" + volatile="false" + value=""status"" + static="true" + final="true" + deprecated="not deprecated" + visibility="public" +> +</field> +<field name="PRESENCE_STATUS" + type="java.lang.String" + transient="false" + volatile="false" + value=""mode"" + static="true" + final="true" + deprecated="not deprecated" + visibility="public" +> +</field> +<field name="PRIORITY" + type="java.lang.String" + transient="false" + volatile="false" + value=""priority"" + static="true" + final="true" + deprecated="not deprecated" + visibility="public" +> +</field> </interface> <class name="Contacts.Settings" extends="java.lang.Object" @@ -125328,6 +125427,72 @@ deprecated="not deprecated" visibility="protected" > +<field name="AVAILABLE" + type="int" + transient="false" + volatile="false" + value="5" + static="true" + final="true" + deprecated="not deprecated" + visibility="public" +> +</field> +<field name="AWAY" + type="int" + transient="false" + volatile="false" + value="2" + static="true" + final="true" + deprecated="not deprecated" + visibility="public" +> +</field> +<field name="DO_NOT_DISTURB" + type="int" + transient="false" + volatile="false" + value="4" + static="true" + final="true" + deprecated="not deprecated" + visibility="public" +> +</field> +<field name="IDLE" + type="int" + transient="false" + volatile="false" + value="3" + static="true" + final="true" + deprecated="not deprecated" + visibility="public" +> +</field> +<field name="INVISIBLE" + type="int" + transient="false" + volatile="false" + value="1" + static="true" + final="true" + deprecated="not deprecated" + visibility="public" +> +</field> +<field name="OFFLINE" + type="int" + transient="false" + volatile="false" + value="0" + static="true" + final="true" + deprecated="not deprecated" + visibility="public" +> +</field> <field name="PRESENCE" type="java.lang.String" transient="false" @@ -125339,6 +125504,28 @@ visibility="public" > </field> +<field name="PRESENCE_CUSTOM_STATUS" + type="java.lang.String" + transient="false" + volatile="false" + value=""status"" + static="true" + final="true" + deprecated="deprecated" + visibility="public" +> +</field> +<field name="PRESENCE_STATUS" + type="java.lang.String" + transient="false" + volatile="false" + value=""mode"" + static="true" + final="true" + deprecated="deprecated" + visibility="public" +> +</field> <field name="STATUS" type="java.lang.String" transient="false" @@ -206191,7 +206378,7 @@ deprecated="not deprecated" visibility="public" > -<parameter name="t" type="T"> +<parameter name="arg0" type="T"> </parameter> </method> </interface> |