Loading core/java/android/provider/Calendar.java +27 −18 Original line number Diff line number Diff line Loading @@ -75,6 +75,15 @@ public final class Calendar { public static final Uri CONTENT_URI = Uri.parse("content://" + AUTHORITY); /** * An optional insert, update or delete URI parameter that allows the caller * to specify that it is a sync adapter. The default value is false. If true * the dirty flag is not automatically set and the "syncToNetwork" parameter * is set to false when calling * {@link ContentResolver#notifyChange(android.net.Uri, android.database.ContentObserver, boolean)}. */ public static final String CALLER_IS_SYNCADAPTER = "caller_is_syncadapter"; /** * Columns from the Calendars table that other tables join into themselves. */ Loading Loading
core/java/android/provider/Calendar.java +27 −18 Original line number Diff line number Diff line Loading @@ -75,6 +75,15 @@ public final class Calendar { public static final Uri CONTENT_URI = Uri.parse("content://" + AUTHORITY); /** * An optional insert, update or delete URI parameter that allows the caller * to specify that it is a sync adapter. The default value is false. If true * the dirty flag is not automatically set and the "syncToNetwork" parameter * is set to false when calling * {@link ContentResolver#notifyChange(android.net.Uri, android.database.ContentObserver, boolean)}. */ public static final String CALLER_IS_SYNCADAPTER = "caller_is_syncadapter"; /** * Columns from the Calendars table that other tables join into themselves. */ Loading