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
60
61
62
63
64
65
66
67
68
69
70
71
// WARNING: This file was autogenerated by jni-bindgen. Any changes to this file may be lost!!!
#[cfg(any(feature = "all", feature = "android-provider-CalendarContract_CalendarColumns"))]
__jni_bindgen! {
/// public interface [CalendarContract.CalendarColumns](https://developer.android.com/reference/android/provider/CalendarContract.CalendarColumns.html)
///
/// Required feature: "android-provider-CalendarContract_CalendarColumns"
public interface CalendarContract_CalendarColumns ("android/provider/CalendarContract$CalendarColumns") extends crate::java::lang::Object {
/// public static final [CALENDAR_COLOR](https://developer.android.com/reference/android/provider/CalendarContract.CalendarColumns.html#CALENDAR_COLOR)
pub const CALENDAR_COLOR : &'static str = "calendar_color";
/// public static final [CALENDAR_DISPLAY_NAME](https://developer.android.com/reference/android/provider/CalendarContract.CalendarColumns.html#CALENDAR_DISPLAY_NAME)
pub const CALENDAR_DISPLAY_NAME : &'static str = "calendar_displayName";
/// public static final [CALENDAR_ACCESS_LEVEL](https://developer.android.com/reference/android/provider/CalendarContract.CalendarColumns.html#CALENDAR_ACCESS_LEVEL)
pub const CALENDAR_ACCESS_LEVEL : &'static str = "calendar_access_level";
/// public static final [CAL_ACCESS_NONE](https://developer.android.com/reference/android/provider/CalendarContract.CalendarColumns.html#CAL_ACCESS_NONE)
pub const CAL_ACCESS_NONE : i32 = 0;
/// public static final [CAL_ACCESS_FREEBUSY](https://developer.android.com/reference/android/provider/CalendarContract.CalendarColumns.html#CAL_ACCESS_FREEBUSY)
pub const CAL_ACCESS_FREEBUSY : i32 = 100;
/// public static final [CAL_ACCESS_READ](https://developer.android.com/reference/android/provider/CalendarContract.CalendarColumns.html#CAL_ACCESS_READ)
pub const CAL_ACCESS_READ : i32 = 200;
/// public static final [CAL_ACCESS_RESPOND](https://developer.android.com/reference/android/provider/CalendarContract.CalendarColumns.html#CAL_ACCESS_RESPOND)
pub const CAL_ACCESS_RESPOND : i32 = 300;
/// public static final [CAL_ACCESS_OVERRIDE](https://developer.android.com/reference/android/provider/CalendarContract.CalendarColumns.html#CAL_ACCESS_OVERRIDE)
pub const CAL_ACCESS_OVERRIDE : i32 = 400;
/// public static final [CAL_ACCESS_CONTRIBUTOR](https://developer.android.com/reference/android/provider/CalendarContract.CalendarColumns.html#CAL_ACCESS_CONTRIBUTOR)
pub const CAL_ACCESS_CONTRIBUTOR : i32 = 500;
/// public static final [CAL_ACCESS_EDITOR](https://developer.android.com/reference/android/provider/CalendarContract.CalendarColumns.html#CAL_ACCESS_EDITOR)
pub const CAL_ACCESS_EDITOR : i32 = 600;
/// public static final [CAL_ACCESS_OWNER](https://developer.android.com/reference/android/provider/CalendarContract.CalendarColumns.html#CAL_ACCESS_OWNER)
pub const CAL_ACCESS_OWNER : i32 = 700;
/// public static final [CAL_ACCESS_ROOT](https://developer.android.com/reference/android/provider/CalendarContract.CalendarColumns.html#CAL_ACCESS_ROOT)
pub const CAL_ACCESS_ROOT : i32 = 800;
/// public static final [VISIBLE](https://developer.android.com/reference/android/provider/CalendarContract.CalendarColumns.html#VISIBLE)
pub const VISIBLE : &'static str = "visible";
/// public static final [CALENDAR_TIME_ZONE](https://developer.android.com/reference/android/provider/CalendarContract.CalendarColumns.html#CALENDAR_TIME_ZONE)
pub const CALENDAR_TIME_ZONE : &'static str = "calendar_timezone";
/// public static final [SYNC_EVENTS](https://developer.android.com/reference/android/provider/CalendarContract.CalendarColumns.html#SYNC_EVENTS)
pub const SYNC_EVENTS : &'static str = "sync_events";
/// public static final [OWNER_ACCOUNT](https://developer.android.com/reference/android/provider/CalendarContract.CalendarColumns.html#OWNER_ACCOUNT)
pub const OWNER_ACCOUNT : &'static str = "ownerAccount";
/// public static final [CAN_ORGANIZER_RESPOND](https://developer.android.com/reference/android/provider/CalendarContract.CalendarColumns.html#CAN_ORGANIZER_RESPOND)
pub const CAN_ORGANIZER_RESPOND : &'static str = "canOrganizerRespond";
/// public static final [CAN_MODIFY_TIME_ZONE](https://developer.android.com/reference/android/provider/CalendarContract.CalendarColumns.html#CAN_MODIFY_TIME_ZONE)
pub const CAN_MODIFY_TIME_ZONE : &'static str = "canModifyTimeZone";
/// public static final [MAX_REMINDERS](https://developer.android.com/reference/android/provider/CalendarContract.CalendarColumns.html#MAX_REMINDERS)
pub const MAX_REMINDERS : &'static str = "maxReminders";
/// public static final [ALLOWED_REMINDERS](https://developer.android.com/reference/android/provider/CalendarContract.CalendarColumns.html#ALLOWED_REMINDERS)
pub const ALLOWED_REMINDERS : &'static str = "allowedReminders";
}
}