Home | History | Annotate | Download | only in provider

Lines Matching defs:DIRTY

168      * to true, the modified row is not marked as "dirty" (needs to be synced)
303 public static final String DIRTY = "dirty";
306 * Used in conjunction with {@link #DIRTY} to indicate what packages wrote local changes.
323 * transitions from non-dirty to dirty. The duplicated event will not be
326 * originating event has its dirty flag cleared by the sync adapter.
531 DatabaseUtils.cursorLongToContentValuesIfPresent(cursor, cv, DIRTY);
656 * <li>{@link #DIRTY}</li>
724 DIRTY,
1023 * modified event. A copy is made when an event changes from non-dirty to dirty and the
1026 * sync adapter. The copy gets removed when the event is changed back to non-dirty by a
1406 DatabaseUtils.cursorLongToContentValuesIfPresent(cursor, cv, DIRTY);
1613 * <li>{@link #DIRTY}</li>
1703 DIRTY,