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
// WARNING: This file was autogenerated by jni-bindgen. Any changes to this file may be lost!!!
#[cfg(any(feature = "all", feature = "android-provider-CalendarContract"))]
__jni_bindgen! {
/// public final class [CalendarContract](https://developer.android.com/reference/android/provider/CalendarContract.html)
///
/// Required feature: "android-provider-CalendarContract"
public final class CalendarContract ("android/provider/CalendarContract") extends crate::java::lang::Object {
/// public static final [ACCOUNT_TYPE_LOCAL](https://developer.android.com/reference/android/provider/CalendarContract.html#ACCOUNT_TYPE_LOCAL)
pub const ACCOUNT_TYPE_LOCAL : &'static str = "LOCAL";
/// public static final [ACTION_EVENT_REMINDER](https://developer.android.com/reference/android/provider/CalendarContract.html#ACTION_EVENT_REMINDER)
pub const ACTION_EVENT_REMINDER : &'static str = "android.intent.action.EVENT_REMINDER";
/// public static final [ACTION_HANDLE_CUSTOM_EVENT](https://developer.android.com/reference/android/provider/CalendarContract.html#ACTION_HANDLE_CUSTOM_EVENT)
pub const ACTION_HANDLE_CUSTOM_EVENT : &'static str = "android.provider.calendar.action.HANDLE_CUSTOM_EVENT";
/// public static final [AUTHORITY](https://developer.android.com/reference/android/provider/CalendarContract.html#AUTHORITY)
pub const AUTHORITY : &'static str = "com.android.calendar";
/// public static final [CALLER_IS_SYNCADAPTER](https://developer.android.com/reference/android/provider/CalendarContract.html#CALLER_IS_SYNCADAPTER)
pub const CALLER_IS_SYNCADAPTER : &'static str = "caller_is_syncadapter";
/// **get** public static final [CONTENT_URI](https://developer.android.com/reference/android/provider/CalendarContract.html#CONTENT_URI)
///
/// Required feature: "android-net-Uri"
#[cfg(any(feature = "all", feature = "android-net-Uri"))]
pub fn CONTENT_URI<'env>(env: &'env __jni_bindgen::Env) -> __jni_bindgen::std::option::Option<__jni_bindgen::Local<'env, crate::android::net::Uri>> {
unsafe {
let (__jni_class, __jni_field) = env.require_class_static_field("android/provider/CalendarContract\0", "CONTENT_URI\0", "Landroid/net/Uri;\0");
env.get_static_object_field(__jni_class, __jni_field)
}
}
/// public static final [EXTRA_CUSTOM_APP_URI](https://developer.android.com/reference/android/provider/CalendarContract.html#EXTRA_CUSTOM_APP_URI)
pub const EXTRA_CUSTOM_APP_URI : &'static str = "customAppUri";
/// public static final [EXTRA_EVENT_ALL_DAY](https://developer.android.com/reference/android/provider/CalendarContract.html#EXTRA_EVENT_ALL_DAY)
pub const EXTRA_EVENT_ALL_DAY : &'static str = "allDay";
/// public static final [EXTRA_EVENT_BEGIN_TIME](https://developer.android.com/reference/android/provider/CalendarContract.html#EXTRA_EVENT_BEGIN_TIME)
pub const EXTRA_EVENT_BEGIN_TIME : &'static str = "beginTime";
/// public static final [EXTRA_EVENT_END_TIME](https://developer.android.com/reference/android/provider/CalendarContract.html#EXTRA_EVENT_END_TIME)
pub const EXTRA_EVENT_END_TIME : &'static str = "endTime";
}
}