/**@class android.provider.Telephony.RcsColumns
 Columns for the "rcs_*" tables used by {@link android.telephony.ims.RcsMessageStore} classes.

 @hide - not meant for public use
*/
var RcsColumns = {

/***/
IS_RCS_TABLE_SCHEMA_CODE_COMPLETE : "false",
/** The authority for the content provider
*/
AUTHORITY : "rcs",
/** The URI to start building upon to use {@link com.android.providers.telephony.RcsProvider}
*/
CONTENT_AND_AUTHORITY : "null",
/** The value to be used whenever a transaction that expects an integer to be returned
 failed.
*/
TRANSACTION_FAILED : "-2147483648",
/** The value that denotes a timestamp was not set before (e.g. a message that is not
 delivered yet will not have a DELIVERED_TIMESTAMP)
*/
TIMESTAMP_NOT_SET : "0",

};