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

/frameworks/base/core/java/android/provider/
H A DBrowserContract.java145 public static final String DIRTY = "dirty"; field in interface:BrowserContract.SyncColumns
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 DContactsContract.java122 * {@link RawContacts#DIRTY} is not automatically set and the
795 public static final String DIRTY = "dirty"; field in interface:ContactsContract.SyncColumns
2591 * <td>{@link #DIRTY}</td>
2600 * CALLER_IS_SYNCADAPTER flag) flag, which sets the DIRTY flag,
2922 DatabaseUtils.cursorLongToContentValuesIfPresent(cursor, cv, DIRTY);
7254 DatabaseUtils.cursorLongToContentValuesIfPresent(cursor, values, DIRTY);

Completed in 111 milliseconds