public static final class LogContract.Application extends java.lang.Object implements android.provider.BaseColumns, LogContract.ApplicationColumns
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
APPLICATION_CONTENT_DIRECTORY
The directory twig for session from given application.
|
static java.lang.String |
CONTENT_ITEM_TYPE
The MIME type of a
CONTENT_URI sub-directory of a single application. |
static java.lang.String |
CONTENT_TYPE
The MIME type of
CONTENT_URI providing a directory of applications. |
static android.net.Uri |
CONTENT_URI
The content:// style URI for log application table.
|
APPLICATIONpublic static final java.lang.String APPLICATION_CONTENT_DIRECTORY
public static final android.net.Uri CONTENT_URI
public static final java.lang.String CONTENT_TYPE
CONTENT_URI providing a directory of applications.public static final java.lang.String CONTENT_ITEM_TYPE
CONTENT_URI sub-directory of a single application.