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

/packages/apps/ContactsCommon/src/com/android/contacts/common/model/
H A DContactLoader.java138 RawContacts.SOURCE_ID,
210 public static final int SOURCE_ID = 20; field in class:ContactLoader.ContactQuery
670 cursorColumnToContentValues(cursor, cv, ContactQuery.SOURCE_ID);
/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
H A DContactAggregator.java1990 + RawContacts.SOURCE_ID + ","
2026 int SOURCE_ID = 6; field in interface:ContactAggregator.RawContactsQuery
2195 c.getString(RawContactsQuery.SOURCE_ID),
2469 RawContacts.SOURCE_ID,
2477 int SOURCE_ID = 4; field in interface:ContactAggregator.DisplayNameQuery
2512 lookupKeyUpdateNeeded |= c.isNull(DisplayNameQuery.SOURCE_ID);
2567 RawContacts.SOURCE_ID,
2574 int SOURCE_ID = 4; field in interface:ContactAggregator.LookupKeyQuery
2610 c.getString(LookupKeyQuery.SOURCE_ID),
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DContactsProvider2.java609 RawContacts.SOURCE_ID,
670 .add(RawContacts.SOURCE_ID)
939 .add(Groups.SOURCE_ID)
4419 if (values.containsKey(RawContacts.SOURCE_ID)) {
6910 RawContacts.SOURCE_ID
6916 int SOURCE_ID = 3; field in interface:ContactsProvider2.LookupBySourceIdQuery
6923 sb.append(RawContacts.SOURCE_ID + " IN (");
6942 String sourceId = c.getString(LookupBySourceIdQuery.SOURCE_ID);

Completed in 72 milliseconds