public static final class

HtcContactsContract.BLOCKED_NUMBER

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

Summary

Constants
String NUMBER The extra field for the black phone number.
String TABLE_NAME
Fields
public static final Uri CONTENT_URI The content:// style URL for this table
Public Constructors
HtcContactsContract.BLOCKED_NUMBER()
[Expand]
Inherited Methods
From class java.lang.Object

Constants

public static final String NUMBER

The extra field for the black phone number.

Type: String/P>

Constant Value: "number"

public static final String TABLE_NAME

Constant Value: "blocked_number"

Fields

public static final Uri CONTENT_URI

The content:// style URL for this table

Public Constructors

public HtcContactsContract.BLOCKED_NUMBER ()