am fe4c8715: Making new Contacts APIs visible in Eclair SDK - Part II

Merge commit 'fe4c8715c02a8b723c56e3e48ededa657c9ab6a6' into eclair-mr2

* commit 'fe4c8715c02a8b723c56e3e48ededa657c9ab6a6':
  Making new Contacts APIs visible in Eclair SDK - Part II
This commit is contained in:
Dmitri Plotnikov
2009-10-14 07:38:11 -07:00
committed by Android Git Automerger
2 changed files with 88 additions and 1 deletions

View File

@ -116568,6 +116568,8 @@
deprecated="not deprecated" deprecated="not deprecated"
visibility="public" visibility="public"
> >
<implements name="android.provider.ContactsContract.SettingsColumns">
</implements>
<field name="CONTENT_ITEM_TYPE" <field name="CONTENT_ITEM_TYPE"
type="java.lang.String" type="java.lang.String"
transient="false" transient="false"
@ -116601,6 +116603,91 @@
> >
</field> </field>
</class> </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" <interface name="ContactsContract.StatusColumns"
abstract="true" abstract="true"
static="true" static="true"

View File

@ -2117,7 +2117,7 @@ public final class ContactsContract {
public static final String RAW_CONTACT_ID2 = "raw_contact_id2"; 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. * The name of the account instance to which this row belongs.
* <P>Type: TEXT</P> * <P>Type: TEXT</P>