public final class

HtcContactsContract

extends Object
java.lang.Object
   ↳ android.provider.HtcContactsContract

Summary

Nested Classes
class HtcContactsContract.BALCKLIST  
class HtcContactsContract.BLACKLIST_PASSWORD  
class HtcContactsContract.BLOCKED_NUMBER  
class HtcContactsContract.BLOCKED_SIM  
class HtcContactsContract.CallLogExt Definition for call log's extension table. 
class HtcContactsContract.CommonDataKinds Container for definitions of common data types stored in the ContactsContract.Data table. 
class HtcContactsContract.Contacts Extension for the contacts table operation in ContactsContract, which contains additional account merge information  
interface HtcContactsContract.DefaultAction  
class HtcContactsContract.Diverted  
class HtcContactsContract.EventInstance Definition for HTC event instance table. 
class HtcContactsContract.Frequency  
class HtcContactsContract.Groups  
class HtcContactsContract.HtcEvent Common data definition for HTC event  
class HtcContactsContract.HtcStructuredName Common data definition for HTC name  
class HtcContactsContract.Intent Contains helper classes used to create or manage Intents that involve contacts htc value added  
class HtcContactsContract.IpDial  
class HtcContactsContract.Link  
class HtcContactsContract.SIMContacts  
class HtcContactsContract.SpeedDial Definition for speed dial table. 
class HtcContactsContract.SuggestException  
class HtcContactsContract.Suggestion  
class HtcContactsContract.ThumbnailsSequence Definition for thumbnail sequence table. 
class HtcContactsContract.UnknownContact This Utility define constant for unknown contact.... 
class HtcContactsContract.VIP  
class HtcContactsContract.VIP_SIM  
Constants
String ACCOUNT_NAME_MYPHONEBOOK
String ACCOUNT_NAME_PC
String ACCOUNT_NAME_RUIM The account name for the RUIM type
String ACCOUNT_NAME_SIM
String ACCOUNT_NAME_SIM_SDN
String ACCOUNT_NAME_SUBSIM The account name for the Sub SIM type
String ACCOUNT_TYPE_HTC_EXCHANGE
String ACCOUNT_TYPE_MYPHONEBOOK
String ACCOUNT_TYPE_PC
String ACCOUNT_TYPE_RUIM The account type for the RUIM type
String ACCOUNT_TYPE_SIM
String ACCOUNT_TYPE_SUBSIM The account type for the Sub SIM type
String AUTHORITY The authority for the contacts provider
String CALLER_IS_SYNCADAPTER An optional insert, update or delete URI parameter that allows the caller to specify that it is a sync adapter.
Fields
public static final Uri AUTHORITY_URI A content:// style uri to the authority for the contacts provider
public static final boolean enableManageCalls The flag to enable blacklist or not
Public Constructors
HtcContactsContract()
[Expand]
Inherited Methods
From class java.lang.Object

Constants

public static final String ACCOUNT_NAME_MYPHONEBOOK

Constant Value: "myphonebook"

public static final String ACCOUNT_NAME_PC

Constant Value: "pcsc"

public static final String ACCOUNT_NAME_RUIM

The account name for the RUIM type

Constant Value: "RUIM"

public static final String ACCOUNT_NAME_SIM

Constant Value: "SIM"

public static final String ACCOUNT_NAME_SIM_SDN

Constant Value: "SIM_SDN"

public static final String ACCOUNT_NAME_SUBSIM

The account name for the Sub SIM type

Constant Value: "SUBSIM"

public static final String ACCOUNT_TYPE_HTC_EXCHANGE

Constant Value: "com.htc.android.mail.eas"

public static final String ACCOUNT_TYPE_MYPHONEBOOK

Constant Value: "com.htc.android.myphonebook"

public static final String ACCOUNT_TYPE_PC

Constant Value: "com.htc.android.pcsc"

public static final String ACCOUNT_TYPE_RUIM

The account type for the RUIM type

Constant Value: "com.android.contacts.ruim"

public static final String ACCOUNT_TYPE_SIM

Constant Value: "com.anddroid.contacts.sim"

public static final String ACCOUNT_TYPE_SUBSIM

The account type for the Sub SIM type

Constant Value: "com.android.contacts.subsim"

public static final String AUTHORITY

The authority for the contacts provider

Constant Value: "com.android.contacts"

public static final String CALLER_IS_SYNCADAPTER

An optional insert, update or delete URI parameter that allows the caller to specify that it is a sync adapter. The default value is false. If true the dirty flag is not automatically set and the "syncToNetwork" parameter is set to false when calling

Constant Value: "caller_is_syncadapter"

Fields

public static final Uri AUTHORITY_URI

A content:// style uri to the authority for the contacts provider

public static final boolean enableManageCalls

The flag to enable blacklist or not

Public Constructors

public HtcContactsContract ()