public static final class

HtcContactsContract.BALCKLIST

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

Summary

Constants
int MASK The mask for getting manage call information
Fields
public static final Uri BLACKLIST_CANDIDATE_CONTENT_URI The content:// style URL for this table
public static final Uri BLACKLIST_CONTENT_URI The content:// style URL for this table
public static final Uri BLOCK_CALL_LOG_CONTENT_URI The content:// style URL for this table
public static final boolean enableBlacklist The flag to enable blacklist or not
Public Constructors
HtcContactsContract.BALCKLIST()
[Expand]
Inherited Methods
From class java.lang.Object

Constants

public static final int MASK

The mask for getting manage call information

Constant Value: 1 (0x00000001)

Fields

public static final Uri BLACKLIST_CANDIDATE_CONTENT_URI

The content:// style URL for this table

public static final Uri BLACKLIST_CONTENT_URI

The content:// style URL for this table

public static final Uri BLOCK_CALL_LOG_CONTENT_URI

The content:// style URL for this table

public static final boolean enableBlacklist

The flag to enable blacklist or not

Public Constructors

public HtcContactsContract.BALCKLIST ()