public static final class

HtcContactsContract.SIMContacts

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

Summary

Constants
String CONTENT_ITEM_TYPE The MIME type of a CONTENT_URI sub-directory of a single sim contacts table
String CONTENT_TYPE The MIME type of CONTENT_URI providing a directory of speed dials.
String DEFAULT_SORT_ORDER
String EMAIL email address

Type: TEXT

String HIDDEN Hidden entry

Type: TEXT

String IS_PRIMARY The primary filed

Type: Boolean

String NAME Name

Type: TEXT

String NUMBER phone number

Type: TEXT

String NUMBER1 second phone number

Type: TEXT

String PURE_NUMBER The pure number is number that contains no other symbol or characters

Type: TEXT

String PURE_NUMBER1 The pure number is number that contains no other symbol or characters

Type: TEXT

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

Type: INTEGER

String TABLE_NAME Table name
String TYPE The contact type

Type: Int

[Expand]
Inherited Constants
From interface android.provider.BaseColumns
Fields
public static final Uri CONTENT_IMPORT_ALL_URI A special uri to import all SIM contacts...
public static final Uri CONTENT_URI The content:// style URI for this table
[Expand]
Inherited Methods
From class java.lang.Object

Constants

public static final String CONTENT_ITEM_TYPE

The MIME type of a CONTENT_URI sub-directory of a single sim contacts table

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

public static final String CONTENT_TYPE

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

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

public static final String DEFAULT_SORT_ORDER

Constant Value: "name ASC"

public static final String EMAIL

Since: API Level

email address

Type: TEXT

Constant Value: "email"

public static final String HIDDEN

Since: API Level

Hidden entry

Type: TEXT

Constant Value: "hidden"

public static final String IS_PRIMARY

Since: API Level

The primary filed

Type: Boolean

Constant Value: "isprimary"

public static final String NAME

Since: API Level

Name

Type: TEXT

Constant Value: "name"

public static final String NUMBER

Since: API Level

phone number

Type: TEXT

Constant Value: "number"

public static final String NUMBER1

Since: API Level

second phone number

Type: TEXT

Constant Value: "number1"

public static final String PURE_NUMBER

Since: API Level

The pure number is number that contains no other symbol or characters

Type: TEXT

Constant Value: "pureNumber"

public static final String PURE_NUMBER1

Since: API Level

The pure number is number that contains no other symbol or characters

Type: TEXT

Constant Value: "pureNumber1"

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 String TABLE_NAME

Table name

Constant Value: "sim_db.simContacts"

public static final String TYPE

Since: API Level

The contact type

Type: Int

Constant Value: "type"

Fields

public static final Uri CONTENT_IMPORT_ALL_URI

A special uri to import all SIM contacts...

public static final Uri CONTENT_URI

The content:// style URI for this table