Android
android.provider
public static interface

android.provider.MediaStore.MediaColumns

android.provider.MediaStore.MediaColumns BaseColumns

Summary

Constants

      Value  
String  DATA  The data stream for the file

Type: DATA STREAM

 
"_data" 
String  DATE_ADDED  The time the file was added to the media provider Units are seconds since 1970.  "date_added" 
String  DATE_MODIFIED  The time the file was last modified Units are seconds since 1970.  "date_modified" 
String  DISPLAY_NAME  The display name of the file

Type: TEXT

 
"_display_name" 
String  MIME_TYPE  The MIME type of the file

Type: TEXT

 
"mime_type" 
String  SIZE  The size of the file in bytes

Type: INTEGER (long)

 
"_size" 
String  TITLE  The title of the content

Type: TEXT

 
"title" 
Constants inherited from interface android.provider.BaseColumns

Details

Constants

public static final String DATA

The data stream for the file

Type: DATA STREAM

Constant Value: "_data"

public static final String DATE_ADDED

The time the file was added to the media provider Units are seconds since 1970.

Type: INTEGER (long)

Constant Value: "date_added"

public static final String DATE_MODIFIED

The time the file was last modified Units are seconds since 1970. NOTE: This is for internal use by the media scanner. Do not modify this field.

Type: INTEGER (long)

Constant Value: "date_modified"

public static final String DISPLAY_NAME

The display name of the file

Type: TEXT

Constant Value: "_display_name"

public static final String MIME_TYPE

The MIME type of the file

Type: TEXT

Constant Value: "mime_type"

public static final String SIZE

The size of the file in bytes

Type: INTEGER (long)

Constant Value: "_size"

public static final String TITLE

The title of the content

Type: TEXT

Constant Value: "title"
Copyright 2007 Google Inc. Build 0.9_r1-98467 - 14 Aug 2008 18:56