No examples for this method. 
     
 
     
      Frequently called with: [Clear]  
     
 
      
    
 
     
     
     -1 
    
 
     
     
   | android.provider.MediaStore.MediaColumns | 
|  Known Indirect Subclasses | 
Common fields for most MediaProvider tables
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| String | DATA | The data stream for the file Type: DATA STREAM | |||||||||
| String | DATE_ADDED | The time the file was added to the media provider Units are seconds since 1970. | |||||||||
| String | DATE_MODIFIED | The time the file was last modified Units are seconds since 1970. | |||||||||
| String | DISPLAY_NAME | The display name of the file Type: TEXT | |||||||||
| String | HEIGHT | The height of the image/video in pixels. | |||||||||
| String | MIME_TYPE | The MIME type of the file Type: TEXT | |||||||||
| String | SIZE | The size of the file in bytes Type: INTEGER (long) | |||||||||
| String | TITLE | The title of the content Type: TEXT | |||||||||
| String | WIDTH | The width of the image/video in pixels. | |||||||||
| [Expand] 
           Inherited Constants
           | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|  From interface android.provider.BaseColumns | |||||||||||
The data stream for the file
Type: DATA STREAM
The time the file was added to the media provider Units are seconds since 1970.
Type: INTEGER (long)
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)
The display name of the file
Type: TEXT
The height of the image/video in pixels.
The MIME type of the file
Type: TEXT
The size of the file in bytes
Type: INTEGER (long)
The title of the content
Type: TEXT
The width of the image/video in pixels.