#[cfg(any(feature = "all", feature = "android-os-health-ServiceHealthStats"))]
__jni_bindgen! {
public final class ServiceHealthStats ("android/os/health/ServiceHealthStats") extends crate::java::lang::Object {
pub const MEASUREMENT_LAUNCH_COUNT : i32 = 50002;
pub const MEASUREMENT_START_SERVICE_COUNT : i32 = 50001;
}
}