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-provider-MediaStore_Audio_ArtistColumns"))]
__jni_bindgen! {
    /// public interface [MediaStore.Audio.ArtistColumns](https://developer.android.com/reference/android/provider/MediaStore.Audio.ArtistColumns.html)
    ///
    /// Required feature: "android-provider-MediaStore_Audio_ArtistColumns"
    public interface MediaStore_Audio_ArtistColumns ("android/provider/MediaStore$Audio$ArtistColumns") extends crate::java::lang::Object {

        /// public static final [ARTIST](https://developer.android.com/reference/android/provider/MediaStore.Audio.ArtistColumns.html#ARTIST)
        pub const ARTIST : &'static str = "artist";

        /// public static final [ARTIST_KEY](https://developer.android.com/reference/android/provider/MediaStore.Audio.ArtistColumns.html#ARTIST_KEY)
        pub const ARTIST_KEY : &'static str = "artist_key";

        /// public static final [NUMBER_OF_ALBUMS](https://developer.android.com/reference/android/provider/MediaStore.Audio.ArtistColumns.html#NUMBER_OF_ALBUMS)
        pub const NUMBER_OF_ALBUMS : &'static str = "number_of_albums";

        /// public static final [NUMBER_OF_TRACKS](https://developer.android.com/reference/android/provider/MediaStore.Audio.ArtistColumns.html#NUMBER_OF_TRACKS)
        pub const NUMBER_OF_TRACKS : &'static str = "number_of_tracks";
    }
}