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

/packages/apps/Contacts/src/com/android/contacts/model/
H A DContactLoader.java137 RawContacts.SOURCE_ID,
209 public static final int SOURCE_ID = 21; field in class:ContactLoader.ContactQuery
546 cursorColumnToContentValues(cursor, cv, ContactQuery.SOURCE_ID);
/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
H A DContactAggregator.java1705 + RawContacts.SOURCE_ID + ","
1740 int SOURCE_ID = 6; field in interface:ContactAggregator.RawContactsQuery
1893 c.getString(RawContactsQuery.SOURCE_ID),
2159 RawContacts.SOURCE_ID,
2167 int SOURCE_ID = 4; field in interface:ContactAggregator.DisplayNameQuery
2202 lookupKeyUpdateNeeded |= c.isNull(DisplayNameQuery.SOURCE_ID);
2257 RawContacts.SOURCE_ID,
2264 int SOURCE_ID = 4; field in interface:ContactAggregator.LookupKeyQuery
2300 c.getString(LookupKeyQuery.SOURCE_ID),
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DContactsProvider2.java546 RawContacts.SOURCE_ID,
600 .add(RawContacts.SOURCE_ID)
868 .add(Groups.SOURCE_ID)
4266 if (values.containsKey(RawContacts.SOURCE_ID)) {
6315 RawContacts.SOURCE_ID
6321 int SOURCE_ID = 3; field in interface:ContactsProvider2.LookupBySourceIdQuery
6327 sb.append(RawContacts.SOURCE_ID + " IN (");
6347 String sourceId = c.getString(LookupBySourceIdQuery.SOURCE_ID);

Completed in 136 milliseconds