public static final class Telephony.CellBroadcasts extends Object implements BaseColumns
Modifier and Type | Field and Description |
---|---|
static String |
CID
Cell ID of message sender (GSM/UMTS).
|
static String |
CMAS_CATEGORY
CMAS category (CMAS alerts only).
|
static String |
CMAS_CERTAINTY
CMAS certainty (CMAS alerts only).
|
static String |
CMAS_MESSAGE_CLASS
CMAS message class (CMAS alerts only).
|
static String |
CMAS_RESPONSE_TYPE
CMAS response type (CMAS alerts only).
|
static String |
CMAS_SEVERITY
CMAS severity (CMAS alerts only).
|
static String |
CMAS_URGENCY
CMAS urgency (CMAS alerts only).
|
static Uri |
CONTENT_URI
The
content:// URI for this table. |
static String |
DEFAULT_SORT_ORDER
The default sort order for this table.
|
static String |
DELIVERY_TIME
Message delivery time.
|
static String |
ETWS_WARNING_TYPE
ETWS warning type (ETWS alerts only).
|
static String |
GEOGRAPHICAL_SCOPE
Message geographical scope.
|
static String |
LAC
Location Area (GSM) or Service Area (UMTS) of broadcast sender.
|
static String |
LANGUAGE_CODE
Message language code.
|
static String |
MESSAGE_BODY
Message body.
|
static String |
MESSAGE_FORMAT
Message format (3GPP or 3GPP2).
|
static String |
MESSAGE_PRIORITY
Message priority (including emergency).
|
static String |
MESSAGE_READ
Has the message been viewed?
|
static String |
PLMN
PLMN of broadcast sender.
|
static String[] |
QUERY_COLUMNS
Query columns for instantiating
CellBroadcastMessage objects. |
static String |
SERIAL_NUMBER
Message serial number.
|
static String |
SERVICE_CATEGORY
Service category (GSM/UMTS: message identifier; CDMA: service category).
|
static String |
V1_MESSAGE_CODE
Message code.
|
static String |
V1_MESSAGE_IDENTIFIER
Message identifier.
|
_COUNT, _ID
public static final Uri CONTENT_URI
content://
URI for this table.public static final String GEOGRAPHICAL_SCOPE
Type: INTEGER
public static final String SERIAL_NUMBER
Type: INTEGER
public static final String PLMN
SERIAL_NUMBER + PLMN + LAC + CID
uniquely identifies
a broadcast for duplicate detection purposes.
Type: TEXT
public static final String LAC
Type: INTEGER
public static final String CID
Type: INTEGER
public static final String V1_MESSAGE_CODE
Type: INTEGER
public static final String V1_MESSAGE_IDENTIFIER
Type: INTEGER
public static final String SERVICE_CATEGORY
Type: INTEGER
public static final String LANGUAGE_CODE
Type: TEXT
public static final String MESSAGE_BODY
Type: TEXT
public static final String DELIVERY_TIME
Type: INTEGER (long)
public static final String MESSAGE_READ
Type: INTEGER (boolean)
public static final String MESSAGE_FORMAT
Type: INTEGER
public static final String MESSAGE_PRIORITY
Type: INTEGER
public static final String ETWS_WARNING_TYPE
Type: INTEGER
public static final String CMAS_MESSAGE_CLASS
Type: INTEGER
public static final String CMAS_CATEGORY
Type: INTEGER
public static final String CMAS_RESPONSE_TYPE
Type: INTEGER
public static final String CMAS_SEVERITY
Type: INTEGER
public static final String CMAS_URGENCY
Type: INTEGER
public static final String CMAS_CERTAINTY
Type: INTEGER
public static final String DEFAULT_SORT_ORDER
public static final String[] QUERY_COLUMNS
CellBroadcastMessage
objects.