|
Build 1.0_r1(from source) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public static interface MediaStore.MediaColumns
Common fields for most MediaProvider tables
| Field Summary | |
|---|---|
static String |
DATA
The data stream for the file |
static String |
DATE_ADDED
The time the file was added to the media provider Units are seconds since 1970. |
static String |
DATE_MODIFIED
The time the file was last modified Units are seconds since 1970. |
static String |
DISPLAY_NAME
The display name of the file |
static String |
MIME_TYPE
The MIME type of the file |
static String |
SIZE
The size of the file in bytes |
static String |
TITLE
The title of the content |
| Fields inherited from interface android.provider.BaseColumns |
|---|
_COUNT, _ID |
| Field Detail |
|---|
static final String DATA
Type: DATA STREAM
static final String SIZE
Type: INTEGER (long)
static final String DISPLAY_NAME
Type: TEXT
static final String TITLE
Type: TEXT
static final String DATE_ADDED
Type: INTEGER (long)
static final String DATE_MODIFIED
Type: INTEGER (long)
static final String MIME_TYPE
Type: TEXT
|
Build 1.0_r1(from source) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||