Home | History | Annotate | Download | only in provider

Lines Matching refs:DIRTY

171      * to true, the modified row is not marked as "dirty" (needs to be synced)
305 public static final String DIRTY = "dirty";
319 * transitions from non-dirty to dirty. The duplicated event will not be
322 * originating event has its dirty flag cleared by the sync adapter.
520 DatabaseUtils.cursorLongToContentValuesIfPresent(cursor, cv, DIRTY);
642 * <li>{@link #DIRTY}</li>
709 DIRTY,
1007 * modified event. A copy is made when an event changes from non-dirty to dirty and the
1010 * sync adapter. The copy gets removed when the event is changed back to non-dirty by a
1372 DatabaseUtils.cursorLongToContentValuesIfPresent(cursor, cv, DIRTY);
1577 * <li>{@link #DIRTY}</li>
1666 DIRTY,