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-drm-DrmStore_ConstraintsColumns"))]
__jni_bindgen! {
    /// public interface [DrmStore.ConstraintsColumns](https://developer.android.com/reference/android/drm/DrmStore.ConstraintsColumns.html)
    ///
    /// Required feature: "android-drm-DrmStore_ConstraintsColumns"
    public interface DrmStore_ConstraintsColumns ("android/drm/DrmStore$ConstraintsColumns") extends crate::java::lang::Object {

        /// public static final [EXTENDED_METADATA](https://developer.android.com/reference/android/drm/DrmStore.ConstraintsColumns.html#EXTENDED_METADATA)
        pub const EXTENDED_METADATA : &'static str = "extended_metadata";

        /// public static final [LICENSE_AVAILABLE_TIME](https://developer.android.com/reference/android/drm/DrmStore.ConstraintsColumns.html#LICENSE_AVAILABLE_TIME)
        pub const LICENSE_AVAILABLE_TIME : &'static str = "license_available_time";

        /// public static final [LICENSE_EXPIRY_TIME](https://developer.android.com/reference/android/drm/DrmStore.ConstraintsColumns.html#LICENSE_EXPIRY_TIME)
        pub const LICENSE_EXPIRY_TIME : &'static str = "license_expiry_time";

        /// public static final [LICENSE_START_TIME](https://developer.android.com/reference/android/drm/DrmStore.ConstraintsColumns.html#LICENSE_START_TIME)
        pub const LICENSE_START_TIME : &'static str = "license_start_time";

        /// public static final [MAX_REPEAT_COUNT](https://developer.android.com/reference/android/drm/DrmStore.ConstraintsColumns.html#MAX_REPEAT_COUNT)
        pub const MAX_REPEAT_COUNT : &'static str = "max_repeat_count";

        /// public static final [REMAINING_REPEAT_COUNT](https://developer.android.com/reference/android/drm/DrmStore.ConstraintsColumns.html#REMAINING_REPEAT_COUNT)
        pub const REMAINING_REPEAT_COUNT : &'static str = "remaining_repeat_count";
    }
}