jni-android-sys 0.0.10

Autogenerated glue code for access Android JVM APIs from Rust
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-ServiceHealthStats"))]
__jni_bindgen! {
    /// public final class [ServiceHealthStats](https://developer.android.com/reference/android/os/health/ServiceHealthStats.html)
    ///
    /// Required feature: "android-os-health-ServiceHealthStats"
    public final class ServiceHealthStats ("android/os/health/ServiceHealthStats") extends crate::java::lang::Object {

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

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