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-os-health-PidHealthStats"))]
__jni_bindgen! {
    /// public final class [PidHealthStats](https://developer.android.com/reference/android/os/health/PidHealthStats.html)
    ///
    /// Required feature: "android-os-health-PidHealthStats"
    public final class PidHealthStats ("android/os/health/PidHealthStats") extends crate::java::lang::Object {

        /// public static final [MEASUREMENT_WAKE_NESTING_COUNT](https://developer.android.com/reference/android/os/health/PidHealthStats.html#MEASUREMENT_WAKE_NESTING_COUNT)
        pub const MEASUREMENT_WAKE_NESTING_COUNT : i32 = 20001;

        /// public static final [MEASUREMENT_WAKE_START_MS](https://developer.android.com/reference/android/os/health/PidHealthStats.html#MEASUREMENT_WAKE_START_MS)
        pub const MEASUREMENT_WAKE_START_MS : i32 = 20003;

        /// public static final [MEASUREMENT_WAKE_SUM_MS](https://developer.android.com/reference/android/os/health/PidHealthStats.html#MEASUREMENT_WAKE_SUM_MS)
        pub const MEASUREMENT_WAKE_SUM_MS : i32 = 20002;
    }
}