public static interface

HtcMessages.HtcPendingMsgColumns

android.provider.HtcMessages.HtcPendingMsgColumns
Known Indirect Subclasses

Summary

Constants
String ACTION action of intent

Type: TEXT

String CLASS_NAME class name of intent

Type: TEXT

String MSG_REF 3GPP2: MESSAGE_ID 3GPP: TP-MR

Type: INTEGER

String PACKAGE_NAME package name of intent

Type: TEXT

String URI data of intent

Type: TEXT

String _ID The unique ID for a row.

Constants

public static final String ACTION

action of intent

Type: TEXT

Constant Value: "action"

public static final String CLASS_NAME

class name of intent

Type: TEXT

Constant Value: "class_name"

public static final String MSG_REF

3GPP2: MESSAGE_ID 3GPP: TP-MR

Type: INTEGER

Constant Value: "tp_mr"

public static final String PACKAGE_NAME

package name of intent

Type: TEXT

Constant Value: "pkg_name"

public static final String URI

data of intent

Type: TEXT

Constant Value: "uri"

public static final String _ID

The unique ID for a row.

Type: INTEGER (long)

Constant Value: "_id"