MediaStore.DeletedFiles.DeletedFilesColumns
public
static
interface
MediaStore.DeletedFiles.DeletedFilesColumns
implements
BaseColumns
| android.provider.MediaStore.DeletedFiles.DeletedFilesColumns |
Column definitions for the deleted_files table.
Summary
Constants | |
|---|---|
String |
DELETED_GENERATION
The generation at which the file was deleted. |
String |
MEDIA_TYPE
The media type of the deleted file. |
String |
VOLUME_NAME
The volume name of the deleted file. |
Inherited constants |
|---|
Constants
DELETED_GENERATION
public static final String DELETED_GENERATION
The generation at which the file was deleted.
This constant represents a column name that can be used with a ContentProvider through a ContentValues or Cursor object. The values stored in this column are Cursor#FIELD_TYPE_INTEGER , and are read-only and cannot be mutated.
Constant Value: "deleted_generation"
MEDIA_TYPE
public static final String MEDIA_TYPE
The media type of the deleted file.
This constant represents a column name that can be used with a ContentProvider through a ContentValues or Cursor object. The values stored in this column are Cursor#FIELD_TYPE_INTEGER , and are read-only and cannot be mutated.
Constant Value: "media_type"
VOLUME_NAME
public static final String VOLUME_NAME
The volume name of the deleted file.
This constant represents a column name that can be used with a ContentProvider through a ContentValues or Cursor object. The values stored in this column are Cursor#FIELD_TYPE_STRING , and are read-only and cannot be mutated.
Constant Value: "volume_name"