/**@class android.provider.Telephony.Mms.Inbox
 implements android.provider.Telephony.BaseMmsColumns

@extends java.lang.Object

 Contains all MMS messages in the MMS app inbox.
*/
var Inbox = {

/** The {@code content://} style URL for this table.
*/
CONTENT_URI : "null",
/** The default sort order for this table.
*/
DEFAULT_SORT_ORDER : "date DESC",

};