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
39
40
41
// WARNING: This file was autogenerated by jni-bindgen. Any changes to this file may be lost!!!
#[cfg(any(feature = "all", feature = "android-provider-CalendarContract_CalendarSyncColumns"))]
__jni_bindgen! {
/// public interface [CalendarContract.CalendarSyncColumns](https://developer.android.com/reference/android/provider/CalendarContract.CalendarSyncColumns.html)
///
/// Required feature: "android-provider-CalendarContract_CalendarSyncColumns"
public interface CalendarContract_CalendarSyncColumns ("android/provider/CalendarContract$CalendarSyncColumns") extends crate::java::lang::Object {
/// public static final [CAL_SYNC1](https://developer.android.com/reference/android/provider/CalendarContract.CalendarSyncColumns.html#CAL_SYNC1)
pub const CAL_SYNC1 : &'static str = "cal_sync1";
/// public static final [CAL_SYNC2](https://developer.android.com/reference/android/provider/CalendarContract.CalendarSyncColumns.html#CAL_SYNC2)
pub const CAL_SYNC2 : &'static str = "cal_sync2";
/// public static final [CAL_SYNC3](https://developer.android.com/reference/android/provider/CalendarContract.CalendarSyncColumns.html#CAL_SYNC3)
pub const CAL_SYNC3 : &'static str = "cal_sync3";
/// public static final [CAL_SYNC4](https://developer.android.com/reference/android/provider/CalendarContract.CalendarSyncColumns.html#CAL_SYNC4)
pub const CAL_SYNC4 : &'static str = "cal_sync4";
/// public static final [CAL_SYNC5](https://developer.android.com/reference/android/provider/CalendarContract.CalendarSyncColumns.html#CAL_SYNC5)
pub const CAL_SYNC5 : &'static str = "cal_sync5";
/// public static final [CAL_SYNC6](https://developer.android.com/reference/android/provider/CalendarContract.CalendarSyncColumns.html#CAL_SYNC6)
pub const CAL_SYNC6 : &'static str = "cal_sync6";
/// public static final [CAL_SYNC7](https://developer.android.com/reference/android/provider/CalendarContract.CalendarSyncColumns.html#CAL_SYNC7)
pub const CAL_SYNC7 : &'static str = "cal_sync7";
/// public static final [CAL_SYNC8](https://developer.android.com/reference/android/provider/CalendarContract.CalendarSyncColumns.html#CAL_SYNC8)
pub const CAL_SYNC8 : &'static str = "cal_sync8";
/// public static final [CAL_SYNC9](https://developer.android.com/reference/android/provider/CalendarContract.CalendarSyncColumns.html#CAL_SYNC9)
pub const CAL_SYNC9 : &'static str = "cal_sync9";
/// public static final [CAL_SYNC10](https://developer.android.com/reference/android/provider/CalendarContract.CalendarSyncColumns.html#CAL_SYNC10)
pub const CAL_SYNC10 : &'static str = "cal_sync10";
}
}