Home | History | Annotate | Download | only in adapter

Lines Matching refs:DIRTY

877                 cv.put(RawContacts.DIRTY, 0);
918 cv.put(RawContacts.DIRTY, 0);
1546 // Mark the changed contacts dirty = 0
1555 .withValue(RawContacts.DIRTY, 0).build());
1822 GROUPS_ID_PROJECTION, Groups.DIRTY + "=1", null, null);
1829 // in this group as dirty (per ContactsContract). We will then know to upload
1840 // Clear the dirty flag for all of our groups
1842 updateValues.put(Groups.DIRTY, 0);
1855 // Find any groups of ours that are dirty and dirty those groups' members
1866 cr.query(uri, null, RawContacts.DIRTY + "=1", null, null));