Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fe4c8715 authored by Dmitri Plotnikov's avatar Dmitri Plotnikov
Browse files

Making new Contacts APIs visible in Eclair SDK - Part II

Bug: http://b/2186595
Change-Id: Id87533c25cceb0fe3b0845aed10912c937679f45
parent 8c471d1d
Loading
Loading
Loading
Loading
+87 −0
Original line number Diff line number Diff line
@@ -116568,6 +116568,8 @@
 deprecated="not deprecated"
 visibility="public"
>
<implements name="android.provider.ContactsContract.SettingsColumns">
</implements>
<field name="CONTENT_ITEM_TYPE"
 type="java.lang.String"
 transient="false"
@@ -116601,6 +116603,91 @@
>
</field>
</class>
<interface name="ContactsContract.SettingsColumns"
 abstract="true"
 static="true"
 final="false"
 deprecated="not deprecated"
 visibility="protected"
>
<field name="ACCOUNT_NAME"
 type="java.lang.String"
 transient="false"
 volatile="false"
 value="&quot;account_name&quot;"
 static="true"
 final="true"
 deprecated="not deprecated"
 visibility="public"
>
</field>
<field name="ACCOUNT_TYPE"
 type="java.lang.String"
 transient="false"
 volatile="false"
 value="&quot;account_type&quot;"
 static="true"
 final="true"
 deprecated="not deprecated"
 visibility="public"
>
</field>
<field name="ANY_UNSYNCED"
 type="java.lang.String"
 transient="false"
 volatile="false"
 value="&quot;any_unsynced&quot;"
 static="true"
 final="true"
 deprecated="not deprecated"
 visibility="public"
>
</field>
<field name="SHOULD_SYNC"
 type="java.lang.String"
 transient="false"
 volatile="false"
 value="&quot;should_sync&quot;"
 static="true"
 final="true"
 deprecated="not deprecated"
 visibility="public"
>
</field>
<field name="UNGROUPED_COUNT"
 type="java.lang.String"
 transient="false"
 volatile="false"
 value="&quot;summ_count&quot;"
 static="true"
 final="true"
 deprecated="not deprecated"
 visibility="public"
>
</field>
<field name="UNGROUPED_VISIBLE"
 type="java.lang.String"
 transient="false"
 volatile="false"
 value="&quot;ungrouped_visible&quot;"
 static="true"
 final="true"
 deprecated="not deprecated"
 visibility="public"
>
</field>
<field name="UNGROUPED_WITH_PHONES"
 type="java.lang.String"
 transient="false"
 volatile="false"
 value="&quot;summ_phones&quot;"
 static="true"
 final="true"
 deprecated="not deprecated"
 visibility="public"
>
</field>
</interface>
<interface name="ContactsContract.StatusColumns"
 abstract="true"
 static="true"
+1 −1
Original line number Diff line number Diff line
@@ -2117,7 +2117,7 @@ public final class ContactsContract {
        public static final String RAW_CONTACT_ID2 = "raw_contact_id2";
    }

    private interface SettingsColumns {
    protected interface SettingsColumns {
        /**
         * The name of the account instance to which this row belongs.
         * <P>Type: TEXT</P>