1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
// WARNING:  This file was autogenerated by jni-bindgen.  Any changes to this file may be lost!!!


#[cfg(any(feature = "all", feature = "android-os-health-PackageHealthStats"))]
__jni_bindgen! {
    /// public final class [PackageHealthStats](https://developer.android.com/reference/android/os/health/PackageHealthStats.html)
    ///
    /// Required feature: "android-os-health-PackageHealthStats"
    public final class PackageHealthStats ("android/os/health/PackageHealthStats") extends crate::java::lang::Object {

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

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