jni-android-sys 0.0.10

Autogenerated glue code for access Android JVM APIs from Rust
// 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_COLOR_KEY](https://developer.android.com/reference/android/provider/CalendarContract.CalendarColumns.html#CALENDAR_COLOR_KEY)
        pub const CALENDAR_COLOR_KEY : &'static str = "calendar_color_index";

        /// 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";

        /// public static final [ALLOWED_AVAILABILITY](https://developer.android.com/reference/android/provider/CalendarContract.CalendarColumns.html#ALLOWED_AVAILABILITY)
        pub const ALLOWED_AVAILABILITY : &'static str = "allowedAvailability";

        /// public static final [ALLOWED_ATTENDEE_TYPES](https://developer.android.com/reference/android/provider/CalendarContract.CalendarColumns.html#ALLOWED_ATTENDEE_TYPES)
        pub const ALLOWED_ATTENDEE_TYPES : &'static str = "allowedAttendeeTypes";

        /// public static final [IS_PRIMARY](https://developer.android.com/reference/android/provider/CalendarContract.CalendarColumns.html#IS_PRIMARY)
        pub const IS_PRIMARY : &'static str = "isPrimary";
    }
}