Searched defs:SYNC1 (Results 1 - 2 of 2) sorted by last modified time

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DLegacyContactImporter.java400 RawContacts.SYNC1 + "," +
416 int SYNC1 = 9; field in interface:LegacyContactImporter.RawContactsInsert
551 bindString(insert, RawContactsInsert.SYNC1,
1029 Data.SYNC1 +
1035 int SYNC1 = 4; field in interface:LegacyContactImporter.PhotoInsert
1075 bindString(insert, PhotoInsert.SYNC1, c.getString(PhotosQuery._SYNC_ID));
1077 insert.bindNull(PhotoInsert.SYNC1);
/packages/apps/Contacts/src/com/android/contacts/
H A DContactLoader.java515 RawContacts.SYNC1,
538 Data.SYNC1,
587 public final static int SYNC1 = 22; field in class:ContactLoader.ContactQuery
892 cursorColumnToContentValues(cursor, cv, ContactQuery.SYNC1);

Completed in 50 milliseconds