// WARNING: This file was autogenerated by jni-bindgen. Any changes to this file may be lost!!!
#[cfg(any(feature = "all", feature = "android-provider-OpenableColumns"))]
__jni_bindgen! {
/// public interface [OpenableColumns](https://developer.android.com/reference/android/provider/OpenableColumns.html)
///
/// Required feature: "android-provider-OpenableColumns"
public interface OpenableColumns ("android/provider/OpenableColumns") extends crate::java::lang::Object {
/// public static final [DISPLAY_NAME](https://developer.android.com/reference/android/provider/OpenableColumns.html#DISPLAY_NAME)
pub const DISPLAY_NAME : &'static str = "_display_name";
/// public static final [SIZE](https://developer.android.com/reference/android/provider/OpenableColumns.html#SIZE)
pub const SIZE : &'static str = "_size";
}
}