public static final class

HtcContactsContract.IpDial

extends Object
implements BaseColumns
java.lang.Object
   ↳ android.provider.HtcContactsContract.IpDial

Summary

Constants
String CONTENT_DIRECTORY The directory twig for this sub-table
String CONTENT_ITEM_TYPE The MIME type of a CONTENT_URI subdirectory of a single phone.
String CONTENT_TYPE The MIME type of CONTENT_URI providing a directory of phones.
String DEFAULT_SORT_ORDER The default sort order for this table
String ID
int IP_DIAL_ID_COLUMN
int IP_DIAL_NUMBER_COLUMN
String NUMBER
String TABLE_NAME
[Expand]
Inherited Constants
From interface android.provider.BaseColumns
Fields
public static final Uri CONTENT_URI The content:// style URL for this table
public static final boolean enableIpDial Flag if ip dial enabled.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

public static final String CONTENT_DIRECTORY

The directory twig for this sub-table

Constant Value: "ip_dial"

public static final String CONTENT_ITEM_TYPE

The MIME type of a CONTENT_URI subdirectory of a single phone.

Constant Value: "vnd.android.cursor.item/contact_ip_dial"

public static final String CONTENT_TYPE

The MIME type of CONTENT_URI providing a directory of phones.

Constant Value: "vnd.android.cursor.dir/contact_ip_dial"

public static final String DEFAULT_SORT_ORDER

The default sort order for this table

Constant Value: "location ASC"

public static final String ID

Constant Value: "_id"

public static final int IP_DIAL_ID_COLUMN

Constant Value: 0 (0x00000000)

public static final int IP_DIAL_NUMBER_COLUMN

Constant Value: 1 (0x00000001)

public static final String NUMBER

Constant Value: "number"

public static final String TABLE_NAME

Constant Value: "ip_dial"

Fields

public static final Uri CONTENT_URI

The content:// style URL for this table

public static final boolean enableIpDial

Flag if ip dial enabled. This feature is only enabled on CHT project.