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

/packages/apps/Contacts/src/com/android/contacts/
H A DContactLoader.java514 RawContacts.SOURCE_ID,
586 public final static int SOURCE_ID = 21; field in class:ContactLoader.ContactQuery
891 cursorColumnToContentValues(cursor, cv, ContactQuery.SOURCE_ID);
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DContactAggregator.java1546 + RawContacts.SOURCE_ID + ","
1578 int SOURCE_ID = 6; field in interface:ContactAggregator.RawContactsQuery
1731 c.getString(RawContactsQuery.SOURCE_ID),
1993 RawContacts.SOURCE_ID,
2001 int SOURCE_ID = 4; field in interface:ContactAggregator.DisplayNameQuery
2036 lookupKeyUpdateNeeded |= c.isNull(DisplayNameQuery.SOURCE_ID);
2090 RawContacts.SOURCE_ID,
2097 int SOURCE_ID = 4; field in interface:ContactAggregator.LookupKeyQuery
2133 c.getString(LookupKeyQuery.SOURCE_ID),
H A DLegacyContactImporter.java264 Groups.SOURCE_ID +
275 int SOURCE_ID = 9; field in interface:LegacyContactImporter.GroupsInsert
306 bindString(insert, GroupsInsert.SOURCE_ID, c.getString(GroupsQuery._SYNC_ID));
310 insert.bindNull(GroupsInsert.SOURCE_ID);
404 RawContacts.SOURCE_ID + "," +
420 int SOURCE_ID = 13; field in interface:LegacyContactImporter.RawContactsInsert
562 bindString(insert, RawContactsInsert.SOURCE_ID, c.getString(PeopleQuery._SYNC_ID));
566 insert.bindNull(RawContactsInsert.SOURCE_ID);
1135 new String[]{Groups._ID}, Groups.SOURCE_ID + "=?", new String[]{syncId},
1150 values.put(Groups.SOURCE_ID, syncI
1252 int SOURCE_ID = 3; field in interface:LegacyContactImporter.DeletedRawContactInsert
[all...]
H A DContactsProvider2.java549 RawContacts.SOURCE_ID,
603 .add(RawContacts.SOURCE_ID)
864 .add(Groups.SOURCE_ID)
4317 if (values.containsKey(RawContacts.SOURCE_ID)) {
6199 RawContacts.SOURCE_ID
6205 int SOURCE_ID = 3; field in interface:ContactsProvider2.LookupBySourceIdQuery
6211 sb.append(RawContacts.SOURCE_ID + " IN (");
6231 String sourceId = c.getString(LookupBySourceIdQuery.SOURCE_ID);

Completed in 78 milliseconds