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

/packages/apps/Contacts/src/com/android/contacts/
H A DContactLoader.java512 RawContacts.DIRTY,
584 public final static int DIRTY = 19; field in class:ContactLoader.ContactQuery
889 cursorColumnToContentValues(cursor, cv, ContactQuery.DIRTY);
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DLegacyContactImporter.java260 Groups.DIRTY + "," +
271 int DIRTY = 5; field in interface:LegacyContactImporter.GroupsInsert
299 insert.bindLong(GroupsInsert.DIRTY, c.getLong(GroupsQuery._SYNC_DIRTY));
395 RawContacts.DIRTY + "," +
411 int DIRTY = 4; field in interface:LegacyContactImporter.RawContactsInsert
541 bindString(insert, RawContactsInsert.DIRTY,

Completed in 42 milliseconds