1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
// 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_AlbumColumns"))]
__jni_bindgen! {
/// public interface [MediaStore.Audio.AlbumColumns](https://developer.android.com/reference/android/provider/MediaStore.Audio.AlbumColumns.html)
///
/// Required feature: "android-provider-MediaStore_Audio_AlbumColumns"
public interface MediaStore_Audio_AlbumColumns ("android/provider/MediaStore$Audio$AlbumColumns") extends crate::java::lang::Object {
/// public static final [ALBUM](https://developer.android.com/reference/android/provider/MediaStore.Audio.AlbumColumns.html#ALBUM)
pub const ALBUM : &'static str = "album";
/// public static final [ALBUM_ART](https://developer.android.com/reference/android/provider/MediaStore.Audio.AlbumColumns.html#ALBUM_ART)
pub const ALBUM_ART : &'static str = "album_art";
/// public static final [ALBUM_ID](https://developer.android.com/reference/android/provider/MediaStore.Audio.AlbumColumns.html#ALBUM_ID)
pub const ALBUM_ID : &'static str = "album_id";
/// public static final [ALBUM_KEY](https://developer.android.com/reference/android/provider/MediaStore.Audio.AlbumColumns.html#ALBUM_KEY)
pub const ALBUM_KEY : &'static str = "album_key";
/// public static final [ARTIST](https://developer.android.com/reference/android/provider/MediaStore.Audio.AlbumColumns.html#ARTIST)
pub const ARTIST : &'static str = "artist";
/// public static final [FIRST_YEAR](https://developer.android.com/reference/android/provider/MediaStore.Audio.AlbumColumns.html#FIRST_YEAR)
pub const FIRST_YEAR : &'static str = "minyear";
/// public static final [LAST_YEAR](https://developer.android.com/reference/android/provider/MediaStore.Audio.AlbumColumns.html#LAST_YEAR)
pub const LAST_YEAR : &'static str = "maxyear";
/// public static final [NUMBER_OF_SONGS](https://developer.android.com/reference/android/provider/MediaStore.Audio.AlbumColumns.html#NUMBER_OF_SONGS)
pub const NUMBER_OF_SONGS : &'static str = "numsongs";
/// public static final [NUMBER_OF_SONGS_FOR_ARTIST](https://developer.android.com/reference/android/provider/MediaStore.Audio.AlbumColumns.html#NUMBER_OF_SONGS_FOR_ARTIST)
pub const NUMBER_OF_SONGS_FOR_ARTIST : &'static str = "numsongs_by_artist";
}
}