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

/packages/apps/ContactsCommon/src/com/android/contacts/common/model/
H A DContactLoader.java136 RawContacts.SOURCE_ID,
208 public static final int SOURCE_ID = 20; field in class:ContactLoader.ContactQuery
653 cursorColumnToContentValues(cursor, cv, ContactQuery.SOURCE_ID);
/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
H A DContactAggregator.java1725 + RawContacts.SOURCE_ID + ","
1761 int SOURCE_ID = 6; field in interface:ContactAggregator.RawContactsQuery
1930 c.getString(RawContactsQuery.SOURCE_ID),
2204 RawContacts.SOURCE_ID,
2212 int SOURCE_ID = 4; field in interface:ContactAggregator.DisplayNameQuery
2247 lookupKeyUpdateNeeded |= c.isNull(DisplayNameQuery.SOURCE_ID);
2302 RawContacts.SOURCE_ID,
2309 int SOURCE_ID = 4; field in interface:ContactAggregator.LookupKeyQuery
2345 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 396 milliseconds