/**@class android.provider.BrowserContract.Combined implements android.provider.BrowserContract.CommonColumns implements android.provider.BrowserContract.HistoryColumns implements android.provider.BrowserContract.ImageColumns @extends java.lang.Object A combined view of bookmarks and history. All bookmarks in all folders are included and no folders are included. @hide */ var Combined = { /** The content:// style URI for this table */ CONTENT_URI : "null", /** Flag indicating that an item is a bookmark. A value of 1 indicates a bookmark, a value of 0 indicates a history item. <p>Type: INTEGER (boolean)</p> */ IS_BOOKMARK : "bookmark", };