public static final class BrowserContract.Accounts extends Object
Modifier and Type | Field and Description |
---|---|
static String |
ACCOUNT_NAME
The name of the account instance to which this row belongs, which when paired with
ACCOUNT_TYPE identifies a specific account. |
static String |
ACCOUNT_TYPE
The type of account to which this row belongs, which when paired with
ACCOUNT_NAME identifies a specific account. |
static Uri |
CONTENT_URI
Directory under
BrowserContract.Bookmarks.CONTENT_URI |
static String |
ROOT_ID
The ID of the account's root folder.
|
Constructor and Description |
---|
BrowserContract.Accounts() |
public static final Uri CONTENT_URI
BrowserContract.Bookmarks.CONTENT_URI
public static final String ACCOUNT_NAME
ACCOUNT_TYPE
identifies a specific account.
Type: TEXT
public static final String ACCOUNT_TYPE
ACCOUNT_NAME
identifies a specific account.
Type: TEXT
public static final String ROOT_ID
BrowserContract.Bookmarks.CONTENT_URI_DEFAULT_FOLDER
.
Type: INTEGER