public static class BlockedNumberContract.BlockedNumbers extends Object
Modifier and Type | Field and Description |
---|---|
static String |
COLUMN_E164_NUMBER
Phone number to block.
|
static String |
COLUMN_ID
Auto-generated ID field which monotonically increases.
|
static String |
COLUMN_ORIGINAL_NUMBER
Phone number to block.
|
static String |
CONTENT_ITEM_TYPE
The MIME type of a blocked phone number under
CONTENT_URI . |
static String |
CONTENT_TYPE
The MIME type of
CONTENT_URI itself providing a directory of blocked phone
numbers. |
static Uri |
CONTENT_URI
Content URI for the blocked numbers.
|
public static final Uri CONTENT_URI
blocked
blocked/ID
public static final String CONTENT_TYPE
CONTENT_URI
itself providing a directory of blocked phone
numbers.public static final String CONTENT_ITEM_TYPE
CONTENT_URI
.public static final String COLUMN_ID
TYPE: long
public static final String COLUMN_ORIGINAL_NUMBER
Must be specified in insert
.
TYPE: String
public static final String COLUMN_E164_NUMBER
COLUMN_ORIGINAL_NUMBER
by removing all formatting characters.
Optional in insert
. When not specified, the system tries to generate it
assuming the current country. (Which will still be null if the number is not valid.)
TYPE: String