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_Root"))]
__jni_bindgen! {
/// public final class [DocumentsContract.Root](https://developer.android.com/reference/android/provider/DocumentsContract.Root.html)
///
/// Required feature: "android-provider-DocumentsContract_Root"
public final class DocumentsContract_Root ("android/provider/DocumentsContract$Root") extends crate::java::lang::Object {
/// public static final [COLUMN_AVAILABLE_BYTES](https://developer.android.com/reference/android/provider/DocumentsContract.Root.html#COLUMN_AVAILABLE_BYTES)
pub const COLUMN_AVAILABLE_BYTES : &'static str = "available_bytes";
/// public static final [COLUMN_CAPACITY_BYTES](https://developer.android.com/reference/android/provider/DocumentsContract.Root.html#COLUMN_CAPACITY_BYTES)
pub const COLUMN_CAPACITY_BYTES : &'static str = "capacity_bytes";
/// public static final [COLUMN_DOCUMENT_ID](https://developer.android.com/reference/android/provider/DocumentsContract.Root.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.Root.html#COLUMN_FLAGS)
pub const COLUMN_FLAGS : &'static str = "flags";
/// public static final [COLUMN_ICON](https://developer.android.com/reference/android/provider/DocumentsContract.Root.html#COLUMN_ICON)
pub const COLUMN_ICON : &'static str = "icon";
/// public static final [COLUMN_MIME_TYPES](https://developer.android.com/reference/android/provider/DocumentsContract.Root.html#COLUMN_MIME_TYPES)
pub const COLUMN_MIME_TYPES : &'static str = "mime_types";
/// public static final [COLUMN_ROOT_ID](https://developer.android.com/reference/android/provider/DocumentsContract.Root.html#COLUMN_ROOT_ID)
pub const COLUMN_ROOT_ID : &'static str = "root_id";
/// public static final [COLUMN_SUMMARY](https://developer.android.com/reference/android/provider/DocumentsContract.Root.html#COLUMN_SUMMARY)
pub const COLUMN_SUMMARY : &'static str = "summary";
/// public static final [COLUMN_TITLE](https://developer.android.com/reference/android/provider/DocumentsContract.Root.html#COLUMN_TITLE)
pub const COLUMN_TITLE : &'static str = "title";
/// public static final [FLAG_LOCAL_ONLY](https://developer.android.com/reference/android/provider/DocumentsContract.Root.html#FLAG_LOCAL_ONLY)
pub const FLAG_LOCAL_ONLY : i32 = 2;
/// public static final [FLAG_SUPPORTS_CREATE](https://developer.android.com/reference/android/provider/DocumentsContract.Root.html#FLAG_SUPPORTS_CREATE)
pub const FLAG_SUPPORTS_CREATE : i32 = 1;
/// public static final [FLAG_SUPPORTS_EJECT](https://developer.android.com/reference/android/provider/DocumentsContract.Root.html#FLAG_SUPPORTS_EJECT)
pub const FLAG_SUPPORTS_EJECT : i32 = 32;
/// public static final [FLAG_SUPPORTS_IS_CHILD](https://developer.android.com/reference/android/provider/DocumentsContract.Root.html#FLAG_SUPPORTS_IS_CHILD)
pub const FLAG_SUPPORTS_IS_CHILD : i32 = 16;
/// public static final [FLAG_SUPPORTS_RECENTS](https://developer.android.com/reference/android/provider/DocumentsContract.Root.html#FLAG_SUPPORTS_RECENTS)
pub const FLAG_SUPPORTS_RECENTS : i32 = 4;
/// public static final [FLAG_SUPPORTS_SEARCH](https://developer.android.com/reference/android/provider/DocumentsContract.Root.html#FLAG_SUPPORTS_SEARCH)
pub const FLAG_SUPPORTS_SEARCH : i32 = 8;
/// public static final [MIME_TYPE_ITEM](https://developer.android.com/reference/android/provider/DocumentsContract.Root.html#MIME_TYPE_ITEM)
pub const MIME_TYPE_ITEM : &'static str = "vnd.android.document/root";
}
}