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
// WARNING: This file was autogenerated by jni-bindgen. Any changes to this file may be lost!!!
#[cfg(any(feature = "all", feature = "android-provider-FontsContract_Columns"))]
__jni_bindgen! {
/// public final class [FontsContract.Columns](https://developer.android.com/reference/android/provider/FontsContract.Columns.html)
///
/// Required feature: "android-provider-FontsContract_Columns"
public final class FontsContract_Columns ("android/provider/FontsContract$Columns") extends crate::java::lang::Object, implements crate::android::provider::BaseColumns {
/// public static final [FILE_ID](https://developer.android.com/reference/android/provider/FontsContract.Columns.html#FILE_ID)
pub const FILE_ID : &'static str = "file_id";
/// public static final [ITALIC](https://developer.android.com/reference/android/provider/FontsContract.Columns.html#ITALIC)
pub const ITALIC : &'static str = "font_italic";
/// public static final [RESULT_CODE](https://developer.android.com/reference/android/provider/FontsContract.Columns.html#RESULT_CODE)
pub const RESULT_CODE : &'static str = "result_code";
/// public static final [RESULT_CODE_FONT_NOT_FOUND](https://developer.android.com/reference/android/provider/FontsContract.Columns.html#RESULT_CODE_FONT_NOT_FOUND)
pub const RESULT_CODE_FONT_NOT_FOUND : i32 = 1;
/// public static final [RESULT_CODE_FONT_UNAVAILABLE](https://developer.android.com/reference/android/provider/FontsContract.Columns.html#RESULT_CODE_FONT_UNAVAILABLE)
pub const RESULT_CODE_FONT_UNAVAILABLE : i32 = 2;
/// public static final [RESULT_CODE_MALFORMED_QUERY](https://developer.android.com/reference/android/provider/FontsContract.Columns.html#RESULT_CODE_MALFORMED_QUERY)
pub const RESULT_CODE_MALFORMED_QUERY : i32 = 3;
/// public static final [RESULT_CODE_OK](https://developer.android.com/reference/android/provider/FontsContract.Columns.html#RESULT_CODE_OK)
pub const RESULT_CODE_OK : i32 = 0;
/// public static final [TTC_INDEX](https://developer.android.com/reference/android/provider/FontsContract.Columns.html#TTC_INDEX)
pub const TTC_INDEX : &'static str = "font_ttc_index";
/// public static final [VARIATION_SETTINGS](https://developer.android.com/reference/android/provider/FontsContract.Columns.html#VARIATION_SETTINGS)
pub const VARIATION_SETTINGS : &'static str = "font_variation_settings";
/// public static final [WEIGHT](https://developer.android.com/reference/android/provider/FontsContract.Columns.html#WEIGHT)
pub const WEIGHT : &'static str = "font_weight";
}
}