Home | History | Annotate | Download | only in adapter

Lines Matching refs:DIRTY

88     private static final String DIRTY_OR_MARKED_TOP_LEVEL_IN_CALENDAR = "(" + Events.DIRTY
92 Events.DIRTY + "=1 AND " + Events.ORIGINAL_ID + " NOTNULL AND " +
1239 // Clear dirty and mark flags for updates sent to server
1242 cv.put(Events.DIRTY, 0);
1785 // to find new/changed exceptions and mark the parent dirty
1791 // We use _sync_mark here to distinguish dirty parents from parents with dirty
1795 // Mark the parents of dirty exceptions
1821 // Now we can go through dirty/marked top-level events and send them
1847 // Make sure we mark this to clear the dirty flag
1952 if (getInt(exValues, Events.DIRTY) == 1) {
1981 // the dirty/mark bits are cleared
2040 // if the Event itself is dirty (we might be syncing only because an exception
2041 // is dirty, in which case we DON'T send email about the Event)
2043 (getInt(entityValues, Events.DIRTY) == 1)) {
2161 Log.e(TAG, "Could not read dirty events.");