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

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DLegacyContactImporter.java250 static int _SYNC_ID = 6; field in interface:LegacyContactImporter.GroupsQuery
306 bindString(insert, GroupsInsert.SOURCE_ID, c.getString(GroupsQuery._SYNC_ID));
381 static int _SYNC_ID = 12; field in interface:LegacyContactImporter.PeopleQuery
562 bindString(insert, RawContactsInsert.SOURCE_ID, c.getString(PeopleQuery._SYNC_ID));
1020 static int _SYNC_ID = 2; field in interface:LegacyContactImporter.PhotosQuery
1075 bindString(insert, PhotoInsert.SYNC1, c.getString(PhotosQuery._SYNC_ID));
1236 static int _SYNC_ID = 0; field in interface:LegacyContactImporter.DeletedPeopleQuery
1280 c.getString(DeletedPeopleQuery._SYNC_ID));

Completed in 80 milliseconds