public static final class

HtcContactsContract.CallLogExt

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

Class Overview

Definition for call log's extension table.

Summary

Constants
String CALLS_ID A reference to the _ID that this data belongs to.
String PURE_NUMBER The pure number is number that contains no other symbol or characters

Type: TEXT

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

Type: INTEGER

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

Type: INTEGER

String TABLE_NAME Table name
[Expand]
Inherited Constants
From interface android.provider.BaseColumns
Fields
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 CALLS_ID

Since: API Level

A reference to the _ID that this data belongs to.

Type: INTEGER

Constant Value: "calls_id"

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: "pure_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_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: "calls_ext"

Fields

public static final Uri CONTENT_URI

The content:// style URI for this table