public static final class

HtcContactsContract.SpeedDial

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

Class Overview

Definition for speed dial table.

Summary

Constants
String ACCOUNT_TYPE
String CONTACT_ID
String CONTENT_ITEM_TYPE The MIME type of a CONTENT_URI subdirectory of a single speed dial.
String CONTENT_ITEM_TYPE_LOCATION The MIME type of a CONTENT_URI subdirectory of a single speed dial with specific location.
String CONTENT_TYPE The MIME type of CONTENT_URI providing a directory of speed dials.
String DATA_ID The phone data row of this setting maps to

Type: INTEGER

String LOCATION The location of a speed dial setting that maps to a keyboard

Type: INTEGER

String LOOKUP
String NAME
String NUMBER
String RAW_CONTACT_ID The raw contact id of this setting maps to (If it's a device contact)

Type: INTEGER

String RECORD_LOCATION The virtual SIM number location that this setting maps to

Type: INTEGER

String RECORD_NUMBER The virtual SIM table id that this setting maps to

Type: INTEGER

int START_LOCATION The start location.
String TABLE_NAME Table name
String TYPE
[Expand]
Inherited Constants
From interface android.provider.BaseColumns
Fields
public static final Uri CONTENT_URI The content:// style URI for this table
public static final int MAX_NUMBER The maximum speed dial number size
[Expand]
Inherited Methods
From class java.lang.Object

Constants

public static final String ACCOUNT_TYPE

Since: API Level

Constant Value: "accountType"

public static final String CONTACT_ID

Constant Value: "contact_id"

public static final String CONTENT_ITEM_TYPE

The MIME type of a CONTENT_URI subdirectory of a single speed dial.

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

public static final String CONTENT_ITEM_TYPE_LOCATION

The MIME type of a CONTENT_URI subdirectory of a single speed dial with specific location.

Constant Value: "vnd.android.cursor.item/contact_speed_dial-location"

public static final String CONTENT_TYPE

The MIME type of CONTENT_URI providing a directory of speed dials.

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

public static final String DATA_ID

Since: API Level

The phone data row of this setting maps to

Type: INTEGER

Constant Value: "data_id"

public static final String LOCATION

Since: API Level

The location of a speed dial setting that maps to a keyboard

Type: INTEGER

Constant Value: "location"

public static final String LOOKUP

Constant Value: "lookup"

public static final String NAME

Constant Value: "name"

public static final String NUMBER

Constant Value: "number"

public static final String RAW_CONTACT_ID

Since: API Level

The raw contact id of this setting maps to (If it's a device contact)

Type: INTEGER

Constant Value: "raw_contact_id"

public static final String RECORD_LOCATION

Since: API Level

The virtual SIM number location that this setting maps to

Type: INTEGER

Constant Value: "recordLocation"

public static final String RECORD_NUMBER

Since: API Level

The virtual SIM table id that this setting maps to

Type: INTEGER

Constant Value: "recordNumber"

public static final int START_LOCATION

The start location. Sometimes we need to reserve some location.

Constant Value: 2 (0x00000002)

public static final String TABLE_NAME

Table name

Constant Value: "speed_dial"

public static final String TYPE

Constant Value: "type"

Fields

public static final Uri CONTENT_URI

The content:// style URI for this table

public static final int MAX_NUMBER

The maximum speed dial number size