// WARNING: This file was autogenerated by jni-bindgen. Any changes to this file may be lost!!!
#[cfg(any(feature = "all", feature = "android-provider-SyncStateContract_Columns"))]
__jni_bindgen! {
/// public interface [SyncStateContract.Columns](https://developer.android.com/reference/android/provider/SyncStateContract.Columns.html)
///
/// Required feature: "android-provider-SyncStateContract_Columns"
public interface SyncStateContract_Columns ("android/provider/SyncStateContract$Columns") extends crate::java::lang::Object, implements crate::android::provider::BaseColumns {
/// public static final [ACCOUNT_NAME](https://developer.android.com/reference/android/provider/SyncStateContract.Columns.html#ACCOUNT_NAME)
pub const ACCOUNT_NAME : &'static str = "account_name";
/// public static final [ACCOUNT_TYPE](https://developer.android.com/reference/android/provider/SyncStateContract.Columns.html#ACCOUNT_TYPE)
pub const ACCOUNT_TYPE : &'static str = "account_type";
/// public static final [DATA](https://developer.android.com/reference/android/provider/SyncStateContract.Columns.html#DATA)
pub const DATA : &'static str = "data";
}
}