// WARNING: This file was autogenerated by jni-bindgen. Any changes to this file may be lost!!!
#[cfg(any(feature = "all", feature = "android-provider-ContactsContract_PhoneLookupColumns"))]
__jni_bindgen! {
/// public interface [ContactsContract.PhoneLookupColumns](https://developer.android.com/reference/android/provider/ContactsContract.PhoneLookupColumns.html)
///
/// Required feature: "android-provider-ContactsContract_PhoneLookupColumns"
public interface ContactsContract_PhoneLookupColumns ("android/provider/ContactsContract$PhoneLookupColumns") extends crate::java::lang::Object {
/// public static final [LABEL](https://developer.android.com/reference/android/provider/ContactsContract.PhoneLookupColumns.html#LABEL)
pub const LABEL : &'static str = "label";
/// public static final [NORMALIZED_NUMBER](https://developer.android.com/reference/android/provider/ContactsContract.PhoneLookupColumns.html#NORMALIZED_NUMBER)
pub const NORMALIZED_NUMBER : &'static str = "normalized_number";
/// public static final [NUMBER](https://developer.android.com/reference/android/provider/ContactsContract.PhoneLookupColumns.html#NUMBER)
pub const NUMBER : &'static str = "number";
/// public static final [TYPE](https://developer.android.com/reference/android/provider/ContactsContract.PhoneLookupColumns.html#TYPE)
pub const TYPE : &'static str = "type";
}
}