1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
// WARNING:  This file was autogenerated by jni-bindgen.  Any changes to this file may be lost!!!


#[cfg(any(feature = "all", feature = "android-provider-Contacts_GroupsColumns"))]
__jni_bindgen! {
    /// public interface [Contacts.GroupsColumns](https://developer.android.com/reference/android/provider/Contacts.GroupsColumns.html)
    ///
    /// Required feature: "android-provider-Contacts_GroupsColumns"
    #[deprecated] public interface Contacts_GroupsColumns ("android/provider/Contacts$GroupsColumns") extends crate::java::lang::Object {

        /// public static final [NAME](https://developer.android.com/reference/android/provider/Contacts.GroupsColumns.html#NAME)
        #[deprecated] pub const NAME : &'static str = "name";

        /// public static final [NOTES](https://developer.android.com/reference/android/provider/Contacts.GroupsColumns.html#NOTES)
        #[deprecated] pub const NOTES : &'static str = "notes";

        /// public static final [SHOULD_SYNC](https://developer.android.com/reference/android/provider/Contacts.GroupsColumns.html#SHOULD_SYNC)
        #[deprecated] pub const SHOULD_SYNC : &'static str = "should_sync";

        /// public static final [SYSTEM_ID](https://developer.android.com/reference/android/provider/Contacts.GroupsColumns.html#SYSTEM_ID)
        #[deprecated] pub const SYSTEM_ID : &'static str = "system_id";
    }
}