Searched refs:DIRTY (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/java/android/provider/
H A DCalendarContract.java303 public static final String DIRTY = "dirty"; field in interface:CalendarContract.SyncColumns
306 * Used in conjunction with {@link #DIRTY} to indicate what packages wrote local changes.
531 DatabaseUtils.cursorLongToContentValuesIfPresent(cursor, cv, DIRTY);
656 * <li>{@link #DIRTY}</li>
724 DIRTY,
1406 DatabaseUtils.cursorLongToContentValuesIfPresent(cursor, cv, DIRTY);
1613 * <li>{@link #DIRTY}</li>
1703 DIRTY,
H A DBrowserContract.java145 public static final String DIRTY = "dirty"; field in interface:BrowserContract.SyncColumns
H A DContactsContract.java124 * {@link RawContacts#DIRTY} is not automatically set and the
797 public static final String DIRTY = "dirty"; field in interface:ContactsContract.SyncColumns
2601 * <td>{@link #DIRTY}</td>
2610 * CALLER_IS_SYNCADAPTER flag) flag, which sets the DIRTY flag,
2932 DatabaseUtils.cursorLongToContentValuesIfPresent(cursor, cv, DIRTY);
7263 DatabaseUtils.cursorLongToContentValuesIfPresent(cursor, values, DIRTY);

Completed in 107 milliseconds