1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
// WARNING: This file was autogenerated by jni-bindgen. Any changes to this file may be lost!!!
#[cfg(any(feature = "all", feature = "android-provider-DocumentsContract_Document"))]
__jni_bindgen! {
/// public final class [DocumentsContract.Document](https://developer.android.com/reference/android/provider/DocumentsContract.Document.html)
///
/// Required feature: "android-provider-DocumentsContract_Document"
public final class DocumentsContract_Document ("android/provider/DocumentsContract$Document") extends crate::java::lang::Object {
/// public static final [COLUMN_DISPLAY_NAME](https://developer.android.com/reference/android/provider/DocumentsContract.Document.html#COLUMN_DISPLAY_NAME)
pub const COLUMN_DISPLAY_NAME : &'static str = "_display_name";
/// public static final [COLUMN_DOCUMENT_ID](https://developer.android.com/reference/android/provider/DocumentsContract.Document.html#COLUMN_DOCUMENT_ID)
pub const COLUMN_DOCUMENT_ID : &'static str = "document_id";
/// public static final [COLUMN_FLAGS](https://developer.android.com/reference/android/provider/DocumentsContract.Document.html#COLUMN_FLAGS)
pub const COLUMN_FLAGS : &'static str = "flags";
/// public static final [COLUMN_ICON](https://developer.android.com/reference/android/provider/DocumentsContract.Document.html#COLUMN_ICON)
pub const COLUMN_ICON : &'static str = "icon";
/// public static final [COLUMN_LAST_MODIFIED](https://developer.android.com/reference/android/provider/DocumentsContract.Document.html#COLUMN_LAST_MODIFIED)
pub const COLUMN_LAST_MODIFIED : &'static str = "last_modified";
/// public static final [COLUMN_MIME_TYPE](https://developer.android.com/reference/android/provider/DocumentsContract.Document.html#COLUMN_MIME_TYPE)
pub const COLUMN_MIME_TYPE : &'static str = "mime_type";
/// public static final [COLUMN_SIZE](https://developer.android.com/reference/android/provider/DocumentsContract.Document.html#COLUMN_SIZE)
pub const COLUMN_SIZE : &'static str = "_size";
/// public static final [COLUMN_SUMMARY](https://developer.android.com/reference/android/provider/DocumentsContract.Document.html#COLUMN_SUMMARY)
pub const COLUMN_SUMMARY : &'static str = "summary";
/// public static final [FLAG_DIR_PREFERS_GRID](https://developer.android.com/reference/android/provider/DocumentsContract.Document.html#FLAG_DIR_PREFERS_GRID)
pub const FLAG_DIR_PREFERS_GRID : i32 = 16;
/// public static final [FLAG_DIR_PREFERS_LAST_MODIFIED](https://developer.android.com/reference/android/provider/DocumentsContract.Document.html#FLAG_DIR_PREFERS_LAST_MODIFIED)
pub const FLAG_DIR_PREFERS_LAST_MODIFIED : i32 = 32;
/// public static final [FLAG_DIR_SUPPORTS_CREATE](https://developer.android.com/reference/android/provider/DocumentsContract.Document.html#FLAG_DIR_SUPPORTS_CREATE)
pub const FLAG_DIR_SUPPORTS_CREATE : i32 = 8;
/// public static final [FLAG_SUPPORTS_DELETE](https://developer.android.com/reference/android/provider/DocumentsContract.Document.html#FLAG_SUPPORTS_DELETE)
pub const FLAG_SUPPORTS_DELETE : i32 = 4;
/// public static final [FLAG_SUPPORTS_RENAME](https://developer.android.com/reference/android/provider/DocumentsContract.Document.html#FLAG_SUPPORTS_RENAME)
pub const FLAG_SUPPORTS_RENAME : i32 = 64;
/// public static final [FLAG_SUPPORTS_THUMBNAIL](https://developer.android.com/reference/android/provider/DocumentsContract.Document.html#FLAG_SUPPORTS_THUMBNAIL)
pub const FLAG_SUPPORTS_THUMBNAIL : i32 = 1;
/// public static final [FLAG_SUPPORTS_WRITE](https://developer.android.com/reference/android/provider/DocumentsContract.Document.html#FLAG_SUPPORTS_WRITE)
pub const FLAG_SUPPORTS_WRITE : i32 = 2;
/// public static final [MIME_TYPE_DIR](https://developer.android.com/reference/android/provider/DocumentsContract.Document.html#MIME_TYPE_DIR)
pub const MIME_TYPE_DIR : &'static str = "vnd.android.document/directory";
}
}